Primitive vs Reference Data Types in JavaScript

1 ยท freeCodeCamp.org ยท Jan. 18, 2022, 7:43 p.m.
Data types can be a bit of a mind boggling concept. But as programmers, we use data types everyday โ€“ so they're something we should understand. Question is, how does the computer store these data types? It can't possibly treat every data type the same. In JavaScript, data types are split...