I learned that not every property key that looks the same is the same.
Topic: JavaScript โ Page 22
Explanation of hidden messages in JavaScript property names
I learned that the '.' in JavaScript regular expressions is not matching every single character.
I learned what Proper Tail Calls in JavaScript are and why they're useful.