How would you solve multi line strings? I'm not su...
# orm-help
p
How would you solve multi line strings? I'm not sure whats it called so I fail at googling xD Storing and showing.
e
You could look at template litterals:
Copy code
let x = `first line
second line
third line`