es6和typescript一起学

86 阅读1分钟

es6和typescript 现在的主流前端框架是VueJS,ReactJs 和 AngularJS ,感觉前提都要学好es6和TS(TypeScipt),感觉大型的前端框架都在用TypeScript。你开始学习TypeScript吗? 现在先介绍es6的数据类型吧

类型type返回值对象包装器
NULL“object”N/A
Undefined“"undefined"N/A
Boolean“boolean”Boolean
Number"number"Number
BigInt"bigint"Bigint
String“string”String
Symbol“symbol”Symbol