es6和typescript一起学 龙宇兴 2023-07-28 86 阅读1分钟 es6和typescript 现在的主流前端框架是VueJS,ReactJs 和 AngularJS ,感觉前提都要学好es6和TS(TypeScipt),感觉大型的前端框架都在用TypeScript。你开始学习TypeScript吗? 现在先介绍es6的数据类型吧 类型type返回值对象包装器NULL“object”N/AUndefined“"undefined"N/ABoolean“boolean”BooleanNumber"number"NumberBigInt"bigint"BigintString“string”StringSymbol“symbol”Symbol