1
0
mirror of https://github.com/apachecn/eloquent-js-3e-zh.git synced 2025-05-27 22:52:20 +00:00

Merge pull request #10 from Angus-Liu/master

Update 4.md
This commit is contained in:
飞龙 2019-03-11 13:15:01 +08:00 committed by GitHub
commit 635058f49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
4.md
View File

@ -77,7 +77,7 @@ null.length;
## 方法
`length`属性之外,字符串和数组对象都包含一些持有函数值的属性。
`length`属性之外,字符串和数组对象都包含一些持有函数值的属性。
```js
let doh = "Doh";