12345678910



Question 1: What will be the return value of the following code?

parseInt( null, 24 ) === 23

1. false
2. true
3. undefined