ganqqwerty / 123-Essential-JavaScript-Interview-Questions

JavaScript interview Questions
BSD 3-Clause "New" or "Revised" License
5.01k stars 1.18k forks source link

Question 15 fix #39

Closed nakhodkin closed 6 years ago

nakhodkin commented 6 years ago

Since typeof operator returns string representation of its operand, its worth noticing, that eventual value would be "undefined", not undefiend

ganqqwerty commented 6 years ago

thanks for the valuable fix!