JavaScript can be written
Home | Discussion ForumJavaScript can be written
directly into JS file and included into HTML
directly on the server page
directly into HTML pages
All of the mentioned
Answer : A
View More Related Question
1) Which of the following is not considered as an error in JavaScript?
2) JavaScript is invented by ________.
3) JavaScript is ideal to
make computations in HTML simpler
minimize storage requirements on the web server
increase the download time for the client
None of the mentioned
View Answer
4) Cost for Using JavaScript in your HTML is _________ .
5) Assume that we have to convert “false” that is a non-string to string. The command that we use is (without invoking the “new” operator)
false.toString()
String(false)
String newvariable=”false”
Both false.toString() and String(false)
View Answer