Skip to content

Commit 3ae3101

Browse files
committed
Edited preface.asciidoc with Atlas code editor
1 parent 6b37974 commit 3ae3101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preface.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In <<ecmascript-and-the-future-of-javascript>>, we open with an introduction to
2323

2424
In <<classes-symbols-and-symbols>> we'll discuss the new `class` syntax for declaring object prototypes, a new primitive type known as `Symbol`, and a few new `Object` methods.
2525

26-
Chapter four goes over all of the new ways we can deal with flow control starting in ES6. We discuss Promises, iterators, generators, and async functions in great detail and with heaps of accompanying examples, uncovering the synergistic properties between all the different techniques. You won't only learn how to use these flow control techniques but how to best reason about them so that they truly simplify your code.
26+
<<iteration-and-flow-control>> goes over all of the new ways we can deal with flow control starting in ES6. We discuss Promises, iterators, generators, and async functions in great detail and with heaps of accompanying examples, uncovering the synergistic properties between all the different techniques. You won't only learn how to use these flow control techniques but how to best reason about them so that they truly simplify your code.
2727

2828
The fifth chapter describes the new collection built-ins found in ES6, which we can use to create object maps and unique sets. You'll find usage examples for each of these collection types.
2929

0 commit comments

Comments
 (0)