pass PHP to JS - string

Hello,
How can I pass string from PHP to JavaScrtipt?
string like this :
"1 - one
2 - two
3 - three"
4 - éáúő
5 - $%*&"
Simple string, with line breaks.

in sql database I have descriptions
this descriptions I need to use in JS
Was this page helpful?