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
  • 854
  • 8
  • 15

0 Answers0