How do you code paragraphs in Node.js?
What do you mean by paragraphs?
If you mean multiline strings, you can do it like this:
`
first line of the multi line string
second line
third line
...
`
3 Likes
Thank you for helping me.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.