ECMAScript 6 Succinctly

ECMAScript 6 Succinctly

简介:

ECMAScript 6 (ES6),也称为ECMAScript 2015,为开发人员带来了长期以来一直想要的新功能和特性。等待已经结束,在Matthew Duffield的ECMAScript 6的帮助下,您现在可以开发所有这些功能。您还可以使用transpiler来定位甚至不支持ES6的浏览器。编译器将一种语言转换为另一种语言,例如C # 到MSIL,而转换器将一种语言的一个版本转换为另一种语言,例如ES6到es5。

英文简介:

ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time. The wait is over, and with help from ECMAScript 6 Succinctly by Matthew Duffield, you can now develop all of these features. You can also target browsers that don’t even support ES6 yet using a transpiler. A compiler translates one language to another, such as C# to MSIL, while a transpiler converts one version of a language to another, such as ES6 to ES5.

书名
ECMAScript 6 Succinctly
译名
ECMAScript 6 简明指南
语言
英语
年份
2016
页数
108页
大小
3.84 MB
标签
  • 简明教程
  • JavaScript
  • 下载
    pdf iconECMAScript 6 Succinctly.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:40

    ←Practical Modern JavaScript: Dive into ES6 and the Future of JavaScript

    →Tackling TypeScript: Upgrading from JavaScript