Rafael B. Pires
a22029db0b
|
2 years ago | |
---|---|---|
.. | ||
100-what-is-javascript.md | 2 years ago | |
101-history-of-javascript.md | 2 years ago | |
102-javascript-versions.md | 2 years ago | |
103-how-to-run-javascript.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
JavaScript
JavaScript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. It lets us add interactivity to pages e.g. you might have seen sliders, alerts, click interactions, popups, etc on different websites -- all of that is built using JavaScript. Apart from being used in the browser, it is also used in other non-browser environments as well such as Node.js for writing server-side code in JavaScript, Electron for writing desktop applications, React Native for mobile applications, and so on.
Free Content JavaScript MDN Docs W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial Exploring JS: JavaScript books for programmers Eloquent JavaScript textbook You Don't Know JS Yet (book series) JavaScript Crash Course for Beginners Build a Netflix Landing Page Clone with HTML, CSS & JS