Is \n the universal newline character sequence in JavaScript for all platforms? If not, how do I determine the character for the current environment?
I'm not asking about the HTML newline element (<BR/>). I'm asking about the newline character sequence used within JavaScript strings.