Which of the following keywords is used to define a variable in Javascript?
var
let
Both A and B
None of the above
Correct Answer : C
Which of the following is true about variable naming conventions in JavaScript?
Which of the following function of String object creates a string to blink as if it were in a <blink> tag?
How can you get the type of arguments passed to a function?