DEV Community

Discussion on: JavaScript Interview Question #33: Add two empty arrays and check the type

Collapse
 
coderslang profile image
Coderslang: Become a Software Engineer

Anti-pattern or not, people that don't know how the type coercion works in JS will certainly introduce a lot of bugs. That's why these questions are asked on pretty much every Junior interview.

P.S. The title could be better, I agree.