Created
December 23, 2018 16:02
-
-
Save chris-sev/400f105d6adb839852937031df2a4c8b to your computer and use it in GitHub Desktop.
Quick Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(Array.isArray('one')); // false | |
console.log(Array.isArray(['thing1', 'thing2'])); // true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment