Heya, devs!
Just dropping by to share a presentation I made for our company's Tech Thursdays, in which I explained a few relatively "new" concepts of the ECMAScript ES6+ version.
Topics list are as follows:
- Block-Scoped Constructs: let and const
- Rest and Spread Parameters
- String Interpolation (Template Literals)
- Object Shorthand
- Object and Array Destructuring
- Arrow Functions
- Promises to Async/Await
- Modules
- Array Built-in Methods
Happy coding!
Top comments (2)
Nice!
Thank you for this! 😊