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