filmov
tv
Modern JavaScript Features Every Developer Should Know

Показать описание
Keeping up with the latest developments and features in JavaScript is a challenge, and that?s precisely what we'll tackle in this session. ECMAScript (ES) is a specification standard for the JavaScript language, and versions like ES6, ES7, and ES8 (ES 2017) make available valuable new features for use in our code. This session will explore fundamental modern JavaScript features, such as arrow functions, spread/rest operators, and destructuring. We'll also dive into things like promises vs. async/await syntax, and new ways to iterate over objects and arrays. We'll show you practical tricks you can use with these new features to improve the code you write each day. Leave this session prepared to implement the newest JavaScript features and see benefits right away.