Skip to content

Commit 3c1e779

Browse files
committed
note: es2017
1 parent 895430a commit 3c1e779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ch04.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ We've looked into flow control mechanisms such as callbacks, events, promises, i
16241624

16251625
=== 4.4 Async Functions
16261626

1627-
Languages like Python and C# have had +async+ / +await+ for a while. JavaScript is now also getting native syntax to describe asynchronous operations.
1627+
Languages like Python and C# have had +async+ / +await+ for a while. In ES2017, JavaScript gained native syntax that can be used to describe asynchronous operations.
16281628

16291629
Let's go over a quick recap comparing promises, callbacks and generators. Afterwards we'll look into Async Functions in JavaScript, and how this new feature can help make our code more readable.
16301630

0 commit comments

Comments
 (0)