0

I was going through a small program and i came across this syntax in javascript.

hash = Math.abs((hash << 2) ^ (hash + y))

please what does it mean?

hash was initially 0; i.e hash = 0;

Nina Scholz
  • 323,592
  • 20
  • 270
  • 324

0 Answers0