问题:介绍 JS 有哪些内置对象?

答:1.数据封装类对象:Object、Array、Boolean、Number、String
2.其他对象:Function、Arguments、Math、Date、RegExp、Error
3.ES6 新增对象:Symbol、Map、Set、Promises、Proxy、Reflect
展开
评论