From 748ff6123fc79b2371fd88d73d68dc0cd0d9d6c4 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Sat, 27 Aug 2022 15:41:33 +0530 Subject: [PATCH] Add alerts for JavaScript and Node.js roadmaps (#1617) --- .../content/100-language/102-javascript.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/roadmaps/102-devops/content/100-language/102-javascript.md b/content/roadmaps/102-devops/content/100-language/102-javascript.md index 49e66286c..71bc2107d 100644 --- a/content/roadmaps/102-devops/content/100-language/102-javascript.md +++ b/content/roadmaps/102-devops/content/100-language/102-javascript.md @@ -1,3 +1,9 @@ + + # JavaScript JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on. Apart from being used on the frontend in browsers, there is Node.js which is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. @@ -11,3 +17,19 @@ JavaScript allows you to add interactivity to your pages. Common examples that y Node.js Crash Course Node.js Tutorial for Beginners Codecademy - Learn JavaScript + + + +# Node.js + +Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications. It allows you to run JavaScript on the server. + +Free Content + +W3Schools – Node.js Tutorial +What is NPM? +Official Documentation \ No newline at end of file