+ 5
Where do we use JavaScript
JavaScript
11 Antworten
+ 18
Javascript Is Client Side Scripting Language!
+ 4
(Question is confusing whether where to use JavaScript or purpose of JavaScript)
https://www.sololearn.com/learn/JavaScript/1125/
or
JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
read this article,
https://medium.com/javascript-non-grata/the-five-top-reasons-to-use-javascript-bd0c0917cf49
+ 4
Web development. JS makes the website responsive
+ 4
We can use in the HTML document by using script tag (before head tag or inside body tag )or you can create a external js link using script src in another document
+ 2
It depends on where you put it. you can write inline code into html pages, you can reference a js script in html pages or you run js on a node.js server.
+ 2
Every browser comes with JavaScript interpreter
JavaScript makes webpage interactive.
Or in other words it makes web page dynamic.
+ 2
This question is a bit ambiguous.
+ 2
For Web Development
+ 2
Java script makes sites interactive :)
+ 1
Javascript make sites interactive, also we can use it on the server side with node.js
+ 1