Quiz: Native & Host Objects

This lesson will test your understanding of native and host objects in JavaScript.

We'll cover the following...

Question 1

...
Q

Which of the following are native objects?

A)

String()

B)

Number()

C)

.table()

D)

Boolean()

E)

.error()

...