I want to assign the below multi lines to a single string in Javascript?
This is a test message
Use template literals as shown below if you want assign a multi line strings to a variable.
let str = ` This is a test message `