Skip to content

Commit fe88c1e

Browse files
committed
Edited preface.asciidoc with Atlas code editor
1 parent e94a8ac commit fe88c1e

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
@@ -25,7 +25,7 @@ In <<classes-symbols-objects-and-decorators>>, we'll discuss the new `class` syn
2525

2626
<<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

28-
<<leveraging-es-collections>> 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.
28+
<<leveraging-ecmascript-collections>> 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

3030
<<managing-property-access-with-proxies>> covers the new `Proxy` and `Reflect` built-ins. We'll learn all about how we can use proxies and the reasons why we need to be careful when choosing to do so.
3131

0 commit comments

Comments
 (0)