This is valid code: ``` js for (var i=0; i<10; i++); // (1) (a <b // (2) ); (<a > </a>); (<a> a<b></b> </a>); ``` The first and the third line currently break parsing.
This is valid code:
The first and the third line currently break parsing.