In the following line of code, what we will call the "datatype" written in brackets?
article[datatype]=assignment_value;
A String
An integer
An object
Floating point
Correct Answer : A
In JavaScript, what kind of scoping is used?
Which of the following POSIX signals generate events?
Which of the following statement is not correct in the case of JavaScript?