This commit is contained in:
Violet.Lee 2019-10-01 23:59:31 +09:00 committed by GitHub
parent 0e4f5e425a
commit bee66cb4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ If we look for a property in `rabbit`, and it's missing, JavaScript automaticall
For instance:
```js run
```js
let animal = {
eats: true
};