Consider the following statements with respect to JavaScript:
(I) A variable is created using the var keyword
(II) JavaScript is untyped language.
Which of the above are true?
1
(I) only
2
Both (I) and (II)
3
(II) only
4
neither (I) nor (II)
Consider the following statements with respect to JavaScript:
(I) A variable is created using the var keyword
(II) JavaScript is untyped language.
Which of the above are true?