Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.2. Type Conversion¶

/*What happens if we attempt to convert a string to a number, and the 
string doesn't directly represent a number?*/

console.log(Number("23bottles"));

//NaN
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #Type
ADD COMMENT
Topic
Name
7+4 =