Multiple choice technology web technology 5) The four basic data types are: strings, numbers, BooBoos, and nulls strings, text, Booleans, and nulls strings, numbers, Booleans, and nulls strings, numbers, Booleans, and zeros Reveal answer Fill a bubble to check yourself C Correct answer Explanation JavaScript has four basic primitive data types: strings (text), numbers (numeric values), Booleans (true/false), and null (absence of value). Option A has BooBoos (typo), Option B has text (not strings), and Option D has zeros (not null).