MCQ
Which of the foll. statementis true for JavaScript variables ?
(i) Variables in JavaScript are case sensitive.
(ii) JavaScript variable can store numbers strings or text.
(iii) In JavaScript, variables can be declared using VAR keyboard.
(i) Variables in JavaScript are case sensitive.
(ii) JavaScript variable can store numbers strings or text.
(iii) In JavaScript, variables can be declared using VAR keyboard.
- ✓Only (i) and (ii)
- BOnly (ii) and (iii)
- COnly (i) and (iii)
- D(i), (ii) and (iii)