Check If Something Is An Array
The Array
class has a function on it called isArray()
which can be used to check if something is an array.
The MDN docs provide an example polyfill if it is not natively available.
Last updated
The Array
class has a function on it called isArray()
which can be used to check if something is an array.
The MDN docs provide an example polyfill if it is not natively available.
Last updated