showing results for - "newline character 3a 5cn"
Jana
07 Sep 2017
1console.log("Some Programming Languages:");
2
3console.log("Python\nJavaScript\nJava\nC#\nSwift");
4
5/*In addition to the newline character, there is also a special tab 
6character, \t. Go back to the eight examples above and experiment with
7using \t and \n.  */
8