Question: Which of the following method is used to evaluate a string of Java Script code in the context of the specified object?
A
B
C
D
Eval
B
ParseDoule
C
ParseObject
D
Efloat
Note: Not available
var a=20; if(a>5 || <5) document.write("true"); else document.write("false");
var a=30*5+7; document.write(a);