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

Update 4.md

Add "除".
This commit is contained in:
文刀 2019-03-11 12:45:56 +08:00 committed by GitHub
parent 1b7652db3f
commit ea5cee5467
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";