Browse Source

fix: clarify subject of declarations.js

content-update
Clement Denis 3 years ago
parent
commit
aba439c1f6
  1. 2
      subjects/declarations/README.md

2
subjects/declarations/README.md

@ -15,7 +15,7 @@ Create the following constant variables:
- arr: an array of the 3 values: 4, undefined, '2'
- obj: an object with 3 property (str, num & bool)
`nested` and `obj` must be frozen to prevent changes from them.
`nested`, `arr` and `obj` must be frozen to prevent changes from them.
### Notions

Loading…
Cancel
Save