PageRenderTime 30ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/recursive/script.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 6 lines | 4 code | 1 blank | 1 comment | 2 complexity | fc896ecb907339f5f6c5462fe73729bf MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. alert("hello");
  2. // test formatting < > &
  3. if ('a' < 'b' && 'a' > 'b') {
  4. alert("?");
  5. }