Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

JS check the type stored in the name variable in JS

const name = "Boris";

typeof(name);
// => 'string'
Source by kitt.lewagon.com #
 
PREVIOUS NEXT
Tagged: #JS #check #type #stored #variable #JS
ADD COMMENT
Topic
Name
3+5 =