While looking at the code of some Javascript files, my code verification tool showed "" (a missing character character) in one of the files. After further investigation, it turned out that the developer used inextricable spaces in his code. (Probably the result of copying / pasting from the Internet.)
To my surprise, this works fine in Chrome, IE11, and Edge. But I am worried that it will not work in all browsers. Is this a required feature of the Javascript language that I can rely on? Or is this what I need to tell the developer to fix potential problems in other browsers?
Here is an example: