-
moden development tools
- Babel, repl
- Chrome Dev Tools
- Webpack
- Schematics
- linters
-
modern classes, properties
- Classes to create objects
- Symbols, {}.toString.call(obj) window[Symbol.toStringTag]
- Method and properties
-
Method/property subtypes
- Static
- property getters and setters
-
Inheritance
- super must be first
- inheritance for static properties
- how to call static method from normal
-
async/await
- Promise
- Promise.finally
- async/await (also in class)
- Fetch (+abortcontroller)
- Promise
-
iteration
- Symbol.iterator
- spread operator
...
-
Async Iterators
- generators
- generator-composition
- generators-iterators
- yield + Promises => co library
- Async iterators
-
Memory managements: WeakMap, WeakSet
-
DOM methods
- append/prepend/…
-
service workers + Notification api
-
Event loop
-
Architecture scale
-
V8 and JS low level optimisations
-
Notifications
You must be signed in to change notification settings - Fork 0
javascript-ru/javascript-pro-en
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published