On this page it says:
Except for null and undefined, all primitive values have object equivalents that wrap around the primitive values:
I am aware of String
, Number
etc. and what they can do (i.e. when used as a function they can convert their arguments into a data-type) but what does it mean to say that they are 'wrap around primitive values'?