/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-assign.js
JavaScript | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | c4c67f242495aa563ed44d61208998d6 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- var x = 1;
- var y = 1;
- x = y;
- x += y;
- x -= y;
- x *= y;
- x %= y;
- x <<= y;
- x >>= y;
- x >>>= y;
- x &= y;
- x |= y;
- x ^= y;
- x /= y;