Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.1.1. More On Strings¶

console.log(typeof 'This is a string');
console.log(typeof "And so is this");

//string
//string
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #More #On
ADD COMMENT
Topic
Name
6+9 =