<!--
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.