Javascript

Topic: JS Data Types

What is the data type of variables in JavaScript?

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.

Browse random answers: