How can we starts Javascript ?
A. script tag
B. javascript tag
C. language tag
D. None of above
查看答案
How can we declare variable in javascript
A. datatype
B. var
C. iInt
D. float
What is the use of document.getElementById("...").value in javascript
A. To take value from any form input
B. To take value from only textbox
C. To input some value in javascript
D. None of above
Is JavaScript a case-sensitive language?
A. true
B. false
Which of the following function of String object extracts a section of a string and returns a new string?
A. split()
B. slice()
C. replace()
D. search()