Answers for "what is '\n' in javascript"

3

js n

//Example:

var i = 'Hello n World'
console.log(i)

//Would return:

Hello
World
Posted by: Guest on March-17-2020
0

n in js

const testStr = "ගීතයක නමක් ලබාදෙන්න!*n*Example:* ```.song පෙම් කවක් ලියු``!

console.log(testStr);
/*
Hello, World,
and all you beautiful people in it!
*/
Posted by: Guest on August-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language