A JavaScript program developed on a Unix Machine
Home | Discussion ForumA JavaScript program developed on a Unix Machine
will throw errors and exceptions
must be restricted to a Unix Machine only
will work perfectly well on a Windows Machine
will be displayed as a JavaScript text on the browser
Answer : C
View More Related Question
1) JavaScript is ______ Side Scripting Language.
2) JavaScript Code can be called by using
3) Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
4) Which attribute is used to specify that the script is executed when the page has finished parsing ( only for external scripts )
5) JavaScript Code is written inside file having extension __________.