Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.6 KiB

<DedicatedRoadmap href='/javascript' title='JavaScript Roadmap' description='Click to check the detailed JavaScript Roadmap.' />

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, and 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

W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial Eloquent Javascript - Book Codecademy - Learn JavaScript JavaScript Crash Course for Beginners

Node.js Crash Course Node.js Tutorial for Beginners