Object is the datatype of javascript variables.Javascript is a weakly typed language:It does not use int, string, DateTime etcas the datatype with the variables declaration as we do in c#.variables are declared using the var keyword which can accept any data.
Javascript
Topic: JS Data Types
What is the data type of variables in JavaScript?
Browse random answers:
What is the JavaScript Data Types?
What are JavaScript types?
JavaScript Has Dynamic Types
what is a JavaScript Strings?
What is a JavaScript Numbers?
What is undefined value means in JavaScript?
What is the data type of variables in JavaScript?
Difference between undefined and undeclared variables.
What data type javascript supports?
What is the difference between undefined value and null value ?