This commit is contained in:
qianguyihao
2019-01-06 15:12:51 +08:00
parent 4c0c54622b
commit a731db273f
31 changed files with 37 additions and 35 deletions

View File

@@ -89,7 +89,7 @@ ES6 的目标是:让 JS 语言可以编写复杂的大型应用程序,成为
```javascript
let a = 'smyhvae';
const b = 'vitateam';
const b = 'qianguyihao';
console.log(a);
console.log(b);
@@ -210,7 +210,7 @@ index.js
'use strict';
var a = 'smyhvae';
var b = 'vitateam';
var b = 'qianguyihao';
console.log(a);
console.log(b);

View File

@@ -568,7 +568,7 @@ ES5中this指向的是函数被调用的对象而ES6的箭头函数中t
## 我的公众号
想学习<font color=#0000ff>**代码之外的软技能**</font>?不妨关注我的微信公众号:**生命团队**id`vitateam`)。
想学习<font color=#0000ff>**代码之外的软技能**</font>?不妨关注我的微信公众号:**千古壹号**id`qianguyihao`)。
扫一扫,你将发现另一个全新的世界,而这将是一场美丽的意外: