add: 模板字面量

This commit is contained in:
qianguyihao
2020-06-06 23:50:36 +08:00
parent 956b6850ad
commit 03a3841ab0
9 changed files with 130 additions and 67 deletions

View File

@@ -46,7 +46,7 @@
- 函数扩展参数默认值箭头函数扩展运算符`...`
- for ... of 循环
- for of 循环
- map

View File

@@ -65,9 +65,9 @@ cookie用于存储时的缺点
- `foreach`用于遍历数组是数组的一个方法不支持 return
- `for ... in`获取对象里属性的键
- `for in`获取对象里属性的键
- `for ... of`获取对象里属性的值
- `for of`获取对象里属性的值