You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line is kind of misleading in that try/catch is exactly how you error handle a proper async function.
I know we don't teach promises/async functions before this, but given async/await are really well supported now we're going to have students who have encountered them before this week.
Not sure I have a suggestion other than to disambiguate by saying "asynchronous code" instead of "asynchronous function"
The text was updated successfully, but these errors were encountered:
— docs/approach_2.md
This line is kind of misleading in that
try
/catch
is exactly how you error handle a properasync
function.I know we don't teach promises/async functions before this, but given
async
/await
are really well supported now we're going to have students who have encountered them before this week.Not sure I have a suggestion other than to disambiguate by saying "asynchronous code" instead of "asynchronous function"
The text was updated successfully, but these errors were encountered: