Hello, I am attempting to insert a line break between the message and the function hideemail().
The code below is not achieving this:
document.write(message);document.write /n; hideemail();
What would be the most efficient method for accomplishing this?