/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/recursive/script.js
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
- alert("hello");
- // test formatting < > &
- if ('a' < 'b' && 'a' > 'b') {
- alert("?");
- }