how to run java script program
Answer / pritam
Java script programs can not be run directly.
Java script codes are embedded with HTML,PHP OR ASP where
these code run with program.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is require in javascript?
How do you disable javascript?
What is the default scope in javascript?
What is the difference between the operators ‘==‘ & ‘===‘?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
what are the differences between as2 and as3?
Explain the terms synchronous and asynchronous code?
How do I open javascript console?
What is difference between module.exports and export?
since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript
How to redirect a page to another page in javascript?
What output will the program produce: System.out.println(x+"+"+y+"="+(x+y));