Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.1.1. More On Strings¶

console.log(typeof "17");
console.log(typeof "3.2");

/*What about values like "17" and "3.2"? They look like numbers, 
but they are in quotation marks like strings.
Run the following code to find out./*
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #More #On
ADD COMMENT
Topic
Name
9+3 =