Closed fchierad closed 6 years ago
new String() will create something whose typeof is 'object' and is an instance of String. Need to rework all string/number/boolean checks to account for those use cases.
Completed, tested.
new String() will create something whose typeof is 'object' and is an instance of String. Need to rework all string/number/boolean checks to account for those use cases.