From 70bb5cd1c7a1d103a3a4cfebb0880bd2e959f064 Mon Sep 17 00:00:00 2001 From: Shubham Prakash <56962038+shubhamprkash@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:30:31 +0530 Subject: [PATCH] Add what is JavaScript content (#1545) * JavaScript description basic JavaScript description on "What is javascript ?" page. * Update content/roadmaps/106-javascript/content/100-javascript-introduction/100-what-is-javascript.md Co-authored-by: Kamran Ahmed --- .../100-what-is-javascript.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/106-javascript/content/100-javascript-introduction/100-what-is-javascript.md b/content/roadmaps/106-javascript/content/100-javascript-introduction/100-what-is-javascript.md index e3636ce7d..70b17f05d 100644 --- a/content/roadmaps/106-javascript/content/100-javascript-introduction/100-what-is-javascript.md +++ b/content/roadmaps/106-javascript/content/100-javascript-introduction/100-what-is-javascript.md @@ -1 +1,12 @@ -# What is javascript \ No newline at end of file +# What is 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 +JavaScript Crash Course for Beginners +Build a Netflix Landing Page Clone with HTML, CSS & JS +