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
Uh oh!
There was an error while loading. Please reload this page.