1066). Which of the following is not a JavaScript framework?

[A]Rico
[B]Prototype
[C]Joco
[D]DoJo

Show Answer

1067). What is the purpose of the Math method toSource()?

[A]Returns the string “Math”
[B] Sends the source to the Math Library
[C]Returns the value of the object
[D]Returns an integer value

Show Answer

1068). What will be the output of the following JavaScript code?
var o = new F();
o.constructor === F

[A]false
[B]true
[C]0
[D]1

Show Answer

1069). How many static methods does a Date object have?
var o = new F();
o.constructor === F

[A]3
[B]4
[C]5
[D]2

Show Answer

1070). Which of the following are static methods in JavaScript?
var o = new F();
o.constructor === F

[A]Date.parse()
[B]Date.UTC()
[C]Both Date.parse() and Date.UTC()
[D]Date.clear()

Show Answer

1071). What will be the work of the getAvg in the following JavaScript function?
Show Answer

1072). If we have an object r and want to know if it is a Range object, we can write ______________
Show Answer

1073). What is the property to access the first child of a node?
Show Answer

1074). Which of the following is not an object?
Show Answer

1075). What is the code snippet to change the class and let the stylesheet specify the details?
Show Answer