JavaScript Code is written inside file having extension __________.
.jvs
.javascript
.js
.jsc
Answer : C
View More Related Question
1) The escape sequence ‘f’ stands for
Floating numbers
Representation of functions that returns a value
f is not present in JavaScript
Form feed
View Answer
2) The object has three object attributes namely
Class, parameters, object’s extensible flag
Prototype, class, objects’ parameters
Prototype, class, object’s extensible flag
Native object, Classes and Interfacces and Object’s extensible flag
View Answer
3) Which was the first browser to support JavaScript ?
4) The generalised syntax for a real number representation is
[digits][.digits][(E|e)[(+|-)]digits]
[digits][+digits][(E|e)[(+|-)]digits]
[digits][(E|e)[(+|-)]digits]
[.digits][digits][(E|e)[(+|-)]digits]
View Answer
5) A 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
View Answer