Closed briancavalier closed 10 years ago
Clarify that the return value in the last example here in a promise. Ie, that filteredTodos is a promise:
filteredTodos
var filteredTodos = getRecentTodosForUser(123);
/cc @getify.
👍
Clarify that the return value in the last example here in a promise. Ie, that
filteredTodos
is a promise:/cc @getify.