Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

check type javascript

console.log(typeof "how are you?")
"string"
console.log(typeof false) / console.log(typeof true)
"boolean"
console.log(typeof 100)
"number"
 
PREVIOUS NEXT
Tagged: #check #type #javascript
ADD COMMENT
Topic
Name
4+2 =