JavaScript Strings
Strings are very important in JavaScript JavaScript strings are for storing and manipulating text. They must between double quotes or quotes. Like this: let OS = “Microsoft Windows”; let CPU = ‘Inter Core I9′; 1: Also you can’t use “double quotes” in strings between “double quotes” 2: Also you can’t use ‘quotes’ in strings …