Learn how to build real-world applications with JavaScript
Modern JavaScript, also known as ECMAScript, refers to the latest versions and features of the JavaScript programming language. JavaScript is a dynamic and versatile scripting language commonly used for web development, although it has found applications in other areas as well. Modern JavaScript includes several key improvements and features that have been introduced in recent years, making it more powerful and expressive. .
Know about let vs const variable declaration along with the variable scopes like global scope and local scope.
object declaration , properties and methods , Object Merging, Object Cloning, Spread operator, get/set accessor inside a JavaScript object.
Learn how to extract data from the object using es6 JS object destructuring.
Learn how to insert multiple data into a JS array and merge,loop through JS arrays in detail. Learn about these concepts with practical examples
Learn how to extract data from the Array using es6 JS Array destructuring.
Learn about the map Objects in JS.
Learn about ES6 JS set objects. Learn how to insert multiple data into a JS set object and learn how to merge, how to loop through javascript objects in detail.
Learn about ES6 JS weak map set objects and differnce between them.