0

I came across an interesting thing in javascript. The following code prints 7.

    a = (b=3 , c=7);
    document.write(a);

I would like to know how/why this happens.

coderDude
  • 652
  • 6
  • 14

0 Answers0