Answers for "how to use "\" in js string"

-1

js string

let longString = "This is a very long string which needs " +
                 "to wrap across multiple lines because " +
                 "otherwise my code is unreadable.";
Posted by: Guest on January-04-2021
-2

js string

return 'cat'[1]; // returns "a"
Posted by: Guest on January-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language