Stan L
0
Q:

type javascirpt

//typeof() will return the type of value in it's parameters.
//some examples of types: undefined, NaN, number, string, object, array

//example of a practical usage
if (typeof(value) !== "undefined") {//asuming value is already set
  	//execute code
}
8
console.log(typeof 42);
1

Tags

New to Communities?

Join the community