Join Slack
Powered by
How would you solve multi line strings? I'm not su...
# orm-help
p
pettanko
07/16/2018, 6:37 PM
How would you solve multi line strings? I'm not sure whats it called so I fail at googling xD Storing and showing.
e
Errorname
07/16/2018, 9:19 PM
You could look at template litterals:
Copy code
let x = `first line second line third line`
Open in Slack
Previous
Next