I have noticed a syntactically strange function/operator in Polymer 3, where the code html`<br/>`
, at first look, seems to be typo, but when it's played, it works ...
My guess tells me that it might go into the realm of a new JavaScript shorthand or some other arrow brother, but I haven't figure it out/discovered it yet.
The debugger shows that it's a function:
However when I want to step into it shows me just a comment.
What is this strange thing? And how can one define it?