1. Basics of JS (functions, variables, data types, objects)
2. Async nature of JS
3. Comparision with other languages
4. Lots of question practising
Why langauges (C++, java, Javascript?)
They tell the computer to do something useful (start a game, play a song, show a website)
What does JS do
Machine learning models
Frontend of websites
Machine learning models
Backend of websites
Cli tools
3D visualisation libraries
Properties of Javascript
1. It is a scripting language
2. Was used heavily only in the web
3. Eventually people started to use it for Backend as well
4. Has very basic syntax, until you reach asynchronous programming
What is a scripting language?
Title Text
Let's understand some JS primitives
variables
Title Text
Week 1.2 Javascript Foundation 1. Basics of JS (functions, variables, data types, objects) 2. Async nature of JS 3. Comparision with other languages 4. Lots of question practising