Reply
Tue 27 Oct, 2015 01:22 pm
I tried this simple JavaScript code on my browser out of curiosity:
console.log (6 / (2, 3));
----> it logged 2 as the answer.
I understand the browser is ignoring the first argument, but just don't know why it does so.
Can somebody please explain this?...thanks