Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/writings/async-await-crash-course.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and then output `Done Last`.

But the below snippet outputs "Done Last" first.

That is now JavaScript behaves. It does not wait by default.
That is how JavaScript behaves. It does not wait by default.

![Code Snippet](https://i.ibb.co/d0Nc65D/1.png)

Expand Down