I learned that the '.' in JavaScript regular expressions is not matching every single character.
Topic: JavaScript โ Page 23
I learned what Proper Tail Calls in JavaScript are and why they're useful.
I learned about the behavior of implicit form submissions not working in certain cases.
I learned how 'String.prototype.normalize' can improve daily string comparisons.