Is javascript client side or server side?
Answer / Mohit Kumar Gupta
JavaScript is primarily a client-side language, used to make web pages interactive. However, it can also be used on the server-side with technologies like Node.js.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between '=', '==' and '===' operators?
How can you create an Array in JavaScript?
How to convert “20” to number in javascript?
Is there an alternative to javascript?
Is array an object javascript?
How do you define a class and its constructor?
What is 'use strict'?
What is decodeuri(), encodeuri() in javascript?
What is dhtml in javascript?
How to load another html page from javascript?
How to hide javascript code from old browsers that dont run it?
What is the use of blur function?