Q. Which one is not a primitive data type in JavaScript? (A) string (B) object (C) number (D) boolean ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) object Explanation: object is not a primitive data type; it's a complex type.