Hi Techies,
In JS, does we have any equivalent of php <<< operator or something similar to it?
In php, we could load any character(s) wrapped within labels:
How to replicate this in js?Code:$str=<<<LABEL; Anything here Anything here LABEL;
Code:var str=???
Thanks,
Shiv


Reply With Quote
Bookmarks