Newline Character: n
console.log("Some Programming Languages:");
console.log("PythonnJavaScriptnJavanC#nSwift");
/*In addition to the newline character, there is also a special tab
character, t. Go back to the eight examples above and experiment with
using t and n. */