<!-- is a valid comment delimiter in JavaScript, in Web browsers.
But is --> also a valid comment delimiter in JavaScript, in Web browsers?
--> console.log('is this commented out?') This is the relevant grammar, but I find it difficult to parse.
Edit: I now think it is a valid single line comment, per the information in this answer, but the information in that answer still leaves room for ambiguity for me, so I am leaving this question open.

<!--and end with-->, what exactly is your question<!--begins a comment and-->ends a comment. There is no such thing as a "single line comment delimiter". See See stackoverflow.com/questions/3757051/…