(廣告,請勿阻擋。)

測驗 »

1. 基本值與物件

下列哪個表達式會產生物件?

2. 相等性

下列哪個斷言成立?

3. typeof

const result = typeof '';

會發生什麼事?

4. typeof

const result = typeof [];

會發生什麼事?

5. typeof

const result = typeof function () {};

會發生什麼事?

6. typeof

const result = typeof null;

會發生什麼事?

7. instanceof

const result = '' instanceof String;

會發生什麼事?

8. instanceof

const result = [] instanceof Array;

會發生什麼事?


正確答案:0 個中的 0 個