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

In JavaScript, the fundamental primitive data types include strings, numbers, Booleans, and nulls. Other options contain fictitious types like 'BooBoos' or incorrect classifications like 'zeros'.