🚧 施工中
JS ⟩ value ⟩ primitive ⟩ wrapper
undefined/null has no wrapper, can't call methods, no properties.
primitive wrapper object
Object.assign()
mixin: in Object.assign(), primitive (both target and sources) will be wrapped to objects.
Last updated 2 years ago