JavaScript
JavaScript is the world’s 🌎 most popular programming language
It is the programming language of the Web and is easy to learn
You can use it directly in your websites 🔥 to add some cool functionality
You can use it to create Backend servers using NodeJS and Express
And there are much more interesting frameworks like ReactJS and much more….
Prerequisites 🌟
Nil…. JavaScript is so easy to learn and beginner friendly. However it is good to have a basic idea of any programming language like C++, Python etc… Also It is good to have basic idea of HTML when you are learning DOM
You can start trying out the basics of Javascript just from the console of your browser. You can also run javascript code straight from your terminal like other programming languages using NodeJS.
Topics to learn 💎
- Print out something in the console
- var,let,const
- Basic math operations 🧮
- Loops
- Functions
- JS HTML DOM
- Built in functions
- Objects
- Arrow Functions
- Callbacks
- Async Await
- Promises
RESOURCES ✨
Courses 🔖
- Learn JavaScript in 1 hour by Mosh (YouTube)
- JavaScript Full course for Beginners by FreeCodeCamp (YouTube)
- JavaScript Tutorial for Beginners by Clever Programmer (YouTube)
- JavaScript Course by fireship.io
Tutorials
- JavaScript Tutorial (w3schools)
- JavaScript Tutorial(MDN Web Docs)
- The Modern JavaScript Tutorial (javascript.info)
Blogs 📝
E-Books 📖