Multiple choice technology web technology

5) The four basic data types are:

  1. strings, numbers, BooBoos, and nulls

  2. strings, text, Booleans, and nulls

  3. strings, numbers, Booleans, and nulls

  4. 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).