Comment on Stop Using Constructors in JS (2012)parentComments−teamonkey11y > typeof String('abc') 'string' > typeof new String('abc') 'object' Oh dear, I think I'm getting a migraine.
Comments