Answer:
Object is the datatype of javascript variables.
Javascript is a weakly typed language:It does not use int, string, DateTime etc
as the datatype with the variables declaration as we do in c#.
variables are declared using the var keyword which can accept any data.
|
Alert Moderator