Sep 3, 20212 minData types and objects in javascriptBefore we discuss objects, let’s go through data types. We have 7 data type Data types primitive Numbers — const age = 23 Undefined —...