PageRenderTime 30ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-assign.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
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
  1. var x = 1;
  2. var y = 1;
  3. x = y;
  4. x += y;
  5. x -= y;
  6. x *= y;
  7. x %= y;
  8. x <<= y;
  9. x >>= y;
  10. x >>>= y;
  11. x &= y;
  12. x |= y;
  13. x ^= y;
  14. x /= y;