How do I install javascript?



How do I install javascript?..

Answer / Sachin Tyagi

Answer: JavaScript does not need to be installed separately as it is a part of web browsers. However, if you want to use Node.js for server-side JavaScript development, you can download and install it from the official website.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is difference between array.splice() and array.slice() method in javascript?

1 Answers  


Which keywords are used to handle exceptions?

1 Answers  


What is the use of dom?

1 Answers  


How do you sort in javascript?

1 Answers  


Should I disable javascript?

1 Answers  


what is the extension of java script.

1 Answers  


What are all the looping structures in javascript?

1 Answers  


How to convert a string to a number using javascript?

0 Answers  


Name some of the JavaScript features?

1 Answers  


In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?

1 Answers  


Explain spread operator in javascript?

1 Answers  


Why is my javascript function not defined?

1 Answers  


Categories