If you take a look at index.js and indexTest.js, you should see the same code as in the previous lesson. The only difference is that the test code in indexTest.js is no longer commented out. Important ...
Coercion: The hidden mechanics of JS type conversion JavaScript can do some surprising things when combining different data types — and it’s not “random”, it follows a set of internal rules. I built a ...