JavaScript doesn't differentiate between variables of different data types and mixing them up can be troublesome, so a good idea is to add prefixes to variable names, like a for array, s for string, n for number(?), and int for integer (whole number).