Which of the following is NOT a JavaScript object?
Answers
Answered by
0
Answer:
Not everything is an object, there are what we call primitive values, which are string, number, boolean, null, and undefined. That's true, a string is a primitive value, but you can access all the methods inherited from String. prototype as if it were an object.
Similar questions