modern javascript

Learn Modern JavaScript
By Doing In Tamil

Learn how to build real-world applications with JavaScript

modernjs

What is Modern 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. .

🧐What i should know before to learn modern js?

🤔 Why Should I Learn with Cyberdude?

This course is beginner level 🟢 and practical way of learning. And All the content Available in Tamil.It will walk you through the fundamentals of JavaScript and after finishing this tutorial you will clear understanding about all E6+ concepts, And It's all the core concept of React

🦄 What will I learn?

👨🏽‍💻Chapters.

01 - let vs const and Scopes

Know about let vs const variable declaration along with the variable scopes like global scope and local scope.

02 Objects Properties & Methods

object declaration , properties and methods , Object Merging, Object Cloning, Spread operator, get/set accessor inside a JavaScript object.

03 - JS Object Destructuring

Learn how to extract data from the object using es6 JS object destructuring.

04 - JS Arrays

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

04 - JS Arrays Destructuring

Learn how to extract data from the Array using es6 JS Array destructuring.

04 - JS Map Object

Learn about the map Objects in JS.

04 - JS Set Object

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.

04 - JS Weak Map set

Learn about ES6 JS weak map set objects and differnce between them.