How a Function Functions. Fun.
This is a much more newbie friendly Function (hah!) post about Functions and … how they Function… … Let us dive a bit into the nature of methods/functions and what exists where and why!
Why in JavaScript typeof [] does not return Array
When trying to check if a variable is an array in JavaScript, typeof will not be the command you want. The answer is simple, and the solution easily googled, but I wanted to know why it does what it does. Follow this trip down a rabbit hole…