DEV Community

Discussion on: JavaScript Interview Question #38: Can you add multiple arrays in JavaScript?

Collapse
 
polyterative profile image
Vladyslav Yakovenko • Edited

this doesn't work on arrays of objects right?

Collapse
 
coderslang profile image
Coderslang: Become a Software Engineer

Arrays of objects will behave similarly and be converted to strings as well.