In Js, statements like
"para 1 "para 2" para3"
should output to para1 when printed.
But here,
https://github.com/NishkarshRaj/JavaScript/blob/master/JavaScript%20Basic%20Programs/16_Strings/QuotedString.html
In this file, when uncommented, the whole file gets bugged and no script output is shown on web page.
In Js, statements like
"para 1 "para 2" para3"
should output to para1 when printed.
But here,
https://github.com/NishkarshRaj/JavaScript/blob/master/JavaScript%20Basic%20Programs/16_Strings/QuotedString.html
In this file, when uncommented, the whole file gets bugged and no script output is shown on web page.