
Here's a Code Recipe to check whether a variable or value is either an array or not. You can use the Array.isArray() method. For older browser, y...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Samantha, excellent post !! I didn't know about the Array gotchas between different frames, so thanks for share it. I think in the
typeof
table you can include Symbol and BigInt as examples also :)Ya, that was an interesting discovery for me as well π I was thinking about including Symbol and BigInt, but I thought I was introducing too much. But for completeness, that should absolutely be included π
Wow, quite the thorough and detailed explanation. Thanks!
Thanks for the positive feedback! Glad you enjoyed it π
Awesome, thorough article!