/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

  1. alert("hello");
  2. // test formatting < > &
  3. if ('a' < 'b' && 'a' > 'b') {
  4. alert("?");
  5. }