JavaScript fundamentals and concepts that are commonly used when developing in React.
In this workshop, you will learn
- ES6 syntactic sugar: template string, destructuring, spread operator, arrow function
- new JavaScript features: block scope declaration, Array methods, ES modules
- advanced concepts in JavaScript: closure and functional programming