Understanding JavaScript Objects Deeply
As we know, there are eight data types in JavaScript. Seven of them are called "primitive", because their values contain only single thing (be it a string or a number or whatever).
In contrast, object
deepjs.hashnode.dev14 min read