Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

3.4.2. Two Special Characters¶

console.log("Some Programming Languages:");

console.log("Python
JavaScript
Java
C#
Swift");

/*For the computer, newline is an invisible character that is used
to tell the machine to move to the next line. It is possible to use this
invisible character with the special representation 
.
In addition to the newline character, there is also a special tab 
character, 	. Go back to the eight examples above and experiment 
with using 	 and 
./*
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #Two #Special
ADD COMMENT
Topic
Name
5+8 =