Languages

JavaScript - detect if argument is array instead of object

0 points
Asked by:
JoanneSenior
1070

How can I check if the argument is an array because typeof [] returns 'object' and I want to distinguish those two?

Example:

1 answer
0 points
Answered by:
Admin Dirask Community
4380

The easiest way to distinguish arrays from objects is to use isArray() method or typeof operator.

Practical examples

1. Using isArray() method

2. Using typeof operator

 

See also

  1. JavaScript - check if variable is array type

References

  1. Array.isArray() - JavaScript | MDN
  2. typeof - JavaScript | MDN
0 commentsAdd comment
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join