PageRenderTime 855ms CodeModel.GetById 43ms RepoModel.GetById 9ms app.codeStats 0ms

/test/fixture/source/while.js

http://github.com/jdeal/doctor
JavaScript | 3 lines | 3 code | 0 blank | 0 comment | 1 complexity | f159d326de20a54deba60f0cd868d54e MD5 | raw file
Possible License(s): MIT
  1. while (true) {
  2. console.log('foo');
  3. }