Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2016-02-17 09:40:15 +08:00
+1 -1
View File
@@ -623,7 +623,7 @@ function tag(stringArr, ...values){
- 第二个参数: 15
- 第三个参数:50
也就是说,`tag`数实际上以下面的形式调用。
也就是说,`tag`数实际上以下面的形式调用。
```javascript
tag(['Hello ', ' world ', ''], 15, 50)