# typeof (° △ °|||):混蛋!不要把什么都往里面放啊!!!

  1. typeof new Date () 的输出结果

    • string
    • function
    • object
    • number
  2. typeof +new Date () 的输出结果

    • string
    • function
    • object
    • number
  3. typeof 1 + 2 的输出结果

    • string
    • number
    • NaN
    • number2
  4. typeof RegExp 的输出结果

    • string
    • function
    • object
    • RegExp
  5. typeof new RegExp 的输出结果

    • string
    • function
    • object
    • number
  6. typeof RegExp () 的输出结果

    • string
    • function
    • object
    • number
  7. typeof +new RegExp () 的输出结果

    • string
    • function
    • object
    • number
  8. typeof !RegExp () 的输出结果

    • boolean
    • function
    • object
    • number
  9. typeof /^nekoaimer$/ 的输出结果

    • boolean
    • function
    • object
    • number
  10. typeof isNan 的输出结果

    • boolean
    • function
    • object
    • undefined
  11. typeof isNaN 的输出结果

    • boolean
    • function
    • object
    • undefined
  12. typeof isNaN () 的输出结果

    • boolean
    • function
    • object
    • undefined
  13. typeof Class 的输出结果

    • class
    • function
    • object
    • undefined
  14. typeof promise 的输出结果

    • promise
    • function
    • object
    • undefined
  15. typeof Promise 的输出结果

    • promise
    • function
    • object
    • undefined
  16. typeof Proxy 的输出结果

    • proxy
    • function
    • object
    • undefined
  17. typeof BigInt 的输出结果

    • promise
    • function
    • object
    • undefined
  18. typeof BigInt64Array 的输出结果

    • promise
    • function
    • object
    • undefined
  19. typeof BigInt64Array 的输出结果

    • promise
    • function
    • object
    • undefined
  20. typeof new Uint32Array 的输出结果

    • promise
    • function
    • object
    • undefined
  21. typeof valueOf 的输出结果

    • valueOf
    • function
    • object
    • undefined
  22. typeof Set 的输出结果

    • set
    • function
    • object
    • undefined
  23. typeof new Set 的输出结果

    • set
    • function
    • object
    • undefined
  24. typeof Map 的输出结果

    • map
    • function
    • object
    • undefined
  25. typeof new Map 的输出结果

    • map
    • function
    • object
    • undefined
  26. typeof JSON 的输出结果

    • map
    • function
    • object
    • undefined
  27. typeof this 的输出结果

    • this
    • function
    • object
    • undefined
  28. typeof HTML 的输出结果

    • html
    • function
    • object
    • undefined
  29. typeof BODY 的输出结果

    • html
    • function
    • object
    • undefined
  30. typeof CSS 的输出结果

    • CSS
    • function
    • object
    • undefined
  31. typeof Pjax 的输出结果

    • pjax
    • ajax
    • object
    • function
  32. typeof alert 的输出结果

    • string
    • function
    • object
    • undefined
  33. typeof alert () 的输出结果

    • string
    • function
    • object
    • undefined
  34. typeof console 的输出结果

    • string
    • function
    • object
    • undefined
  35. typeof dir 的输出结果

    • string
    • function
    • object
    • undefined
  36. typeof cookieStore 的输出结果

    • string
    • function
    • object
    • undefined
  37. typeof CookieStore 的输出结果

    • string
    • function
    • object
    • undefined
  38. typeof constructor 的输出结果

    • string
    • function
    • object
    • undefined
  39. typeof __proto__的输出结果

    • string
    • function
    • object
    • undefined
  40. typeof Function.prototyper 的输出结果

    • string
    • function
    • object
    • undefined
  41. typeof Function.__proto__的输出结果

    • string
    • function
    • object
    • undefined
  42. typeof async 的输出结果

    • string
    • function
    • object
    • undefined
  43. typeof await 的输出结果

    • string
    • function
    • object
    • undefined
  44. typeof onclick 的输出结果

    • string
    • function
    • object
    • undefined
  45. typeof addEventListener 的输出结果

    • string
    • function
    • object
    • undefined
  46. typeof document 的输出结果

    • document
    • function
    • object
    • undefined
  47. typeof Document 的输出结果

    • document
    • function
    • object
    • undefined
  48. typeof window 的输出结果

    • document
    • function
    • object
    • undefined
  49. typeof Window 的输出结果

    • document
    • function
    • object
    • undefined
  50. typeof $ 的输出结果

    • document
    • function
    • object
    • undefined