JavaScript and various Use-cases

Rohit Jain
2 min readJun 25, 2021

--

What is JavaScript

JavaScript is a programming language that helps us to create dynamic pages. We can use JavaScript both side Client-side and server-side. JavaScript is the most popular programming language in the IT world. JavaScript is among the most powerful and flexible programming languages on the web. It powers the dynamic behavior on most websites, including this one. JavaScript is a Scripting language.

Why we use JavaScript

JavaScript allows you to create highly responsive interfaces that improve the user experience and provide dynamic functionality without waiting for the server to react and show another page.

We can use javascript for scripting.

Client-side JavaScript is very fast because it can be run immediately within the client-side browser.

JavaScript doesn’t have to wait for a page reload to see if they have forgotten to enter something.

There are many frameworks build on the JavaScript

  1. Angular
  2. NodeJs
  3. Vue.Js
  4. React Js
  5. JQuery
  6. Express Js, etc.

Netflix uses JavaScript

Netflix initially used Node.js to enable high-volume web streaming to over 182 million subscribers. The user interface of Netflix was built using node. Js. According to the Netflix team, the modularity of the Framework encouraged them to use Node Js. Node JS is a server-side JavaScript runtime that allows developers to write the same code for both the front end and back end of a web application. Node also improves the build times considerably.

Thank You :)

--

--