Answers for "check type of variables in javascript"

1

check data type in js

var x = "Hello World";
typeof x; // "string"
Posted by: Guest on May-23-2020

Code answers related to "check type of variables in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language