Introduction of JavaScript
03 Feb 2021

The programs in this language are called scripts. They can be written right in a web page’s HTML and run automatically as the page loads. Scripts are provided and executed as plain text. They don’t need special preparation or compilation to run. In this aspect, JavaScript is very different from another language called Java. read more...
What you can do with javaScript
- Website
- Web application
- Server application
- Games
Companies That Use JavaScript
- Paypal
- Uber
- ebay
- Netflix
- Walmart
Resources for JavaScript
- javaScript.info
- freecodecamp.org
- MDN
- W3scho0l.com
- learnjavascript.online
Roadmap for JavaScript
JavaScript is such an amazing language! Born as a simple way to manipulate documents in the browser, over the years it became the most popular programming language in the world, and now runs everywhere. Learn the JavaScript Programming Language through simple tutorials following my roadmap. read more...
First, dive into the introductory guide to the language, and dive into the overview of the “latest and greatest” additions to the language. It’s useless to learn the “old way” of doing things when in the last 3 years how we all use the language changed so much. read more...
Basics of javaScript
- Data types
- Variables
- Operator
- Function
- Loop