Open In App

JS Full Form

JS stands for JavaScript. It is a lightweight, cross-platform, and interpreted scripting language. It is well-known for the development of web pages, and many non-browser environments also use it. JavaScript can be used for Client-side developments as well as Server-side developments. JavaScript contains a standard library of objects, like Array, Date, and Math, and a core set of language elements like operators, control structures, and statements. You can check the Introduction to JavaScript.
JS version release year: 
 



JS Structure: 






<script type="text/javascript">
    // Your javaScript code
</script>

Characteristics of JS: 

Advantages of JS: 

Disadvantages of JS: 

Article Tags :