When first learning programming in Javascript, you learn about the different data types: Numbers, Strings, Arrays, Objects, Booleans, etc. These are the different ways information is stored, used, and transported. While continuing through to learn these different types, I immediately was confused by the many rules. Strings aren’t added they…