+ 5

Where do we use JavaScript

JavaScript

28th Nov 2018, 12:01 PM
Bhaskar Akshay
Bhaskar Akshay - avatar
11 odpowiedzi
+ 18
Javascript Is Client Side Scripting Language!
29th Nov 2018, 10:39 AM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
+ 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
28th Nov 2018, 12:10 PM
UwU Discover Me
+ 4
Web development. JS makes the website responsive
28th Nov 2018, 2:26 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 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
29th Nov 2018, 3:54 PM
꧁ Mr. Skull ꧂
꧁ Mr. Skull ꧂ - avatar
+ 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.
28th Nov 2018, 12:26 PM
Uglycut
Uglycut - avatar
+ 2
Every browser comes with JavaScript interpreter JavaScript makes webpage interactive. Or in other words it makes web page dynamic.
28th Nov 2018, 1:01 PM
Rishi Anand
Rishi Anand - avatar
+ 2
This question is a bit ambiguous.
29th Nov 2018, 6:32 PM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 2
For Web Development
29th Nov 2018, 6:33 PM
Abdou
+ 2
Java script makes sites interactive :)
30th Nov 2018, 8:24 AM
Eragon1980
Eragon1980 - avatar
+ 1
Javascript make sites interactive, also we can use it on the server side with node.js
29th Nov 2018, 6:25 PM
Jeffrey Moro
Jeffrey Moro - avatar
30th Nov 2018, 12:10 AM
Pete Richi
Pete Richi - avatar