confusing-comment-expected.js 42 B

1234
  1. 'use strict';
  2. var i = 0;
  3. while(i-->0) {
  4. }