we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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