
ES6
小菜101
这个作者很懒,什么都没留下…
展开
-
ECMAScript2015文档概述
4、概述 Overview ECMAScript is an object-oriented programming language for performing computations and manipulating computational objects within a host environment. ECMAScript was originally designed to be used as a scripting language, but has become widely原创 2020-07-03 17:27:13 · 346 阅读 · 0 评论 -
ECMAScript 2015 Features - Babel
ECMAScript 2015 Features - Babel 1. 箭头函数和this Unlike functions, arrows share the same lexical _this _as their surrounding code. If an arrow is inside another function, it shares the "arguments" variable of its parent function. 箭头函数中的this和arguments参数和普通函数原创 2020-06-29 20:07:18 · 223 阅读 · 0 评论