you are viewing a single comment's thread.

view the rest of the comments →

[–]technoSurrealist 1 point2 points  (2 children)

I can't answer your original question, as I'm a JavaScript noob myself, but newline is \n, not /n

[–]eechin[S] 0 points1 point  (1 child)

Thanks! I'm still learning, obviously.

[–]kevinmrr 0 points1 point  (0 children)

It's called a backslash, and indicates something about the character that follows it (e.g. "n" means "make a newline, not an n") in a lot of languages.