Browse Source

Merge pull request #919 from 01-edu/declarations-specify-that-nested-should-01-326

adding some clarification to the readme
content-update
LEEDASILVA 3 years ago committed by GitHub
parent
commit
172f7ccb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/declarations/README.md

2
subjects/declarations/README.md

@ -11,7 +11,7 @@ Create the following constant variables:
- `num` for `Number` - `num` for `Number`
- `bool` for `Boolean` - `bool` for `Boolean`
- `undef` for `undefined` - `undef` for `undefined`
- `nested` that contains - A `nested` object that contains
- arr: an array of the 3 values: 4, undefined, '2' - arr: an array of the 3 values: 4, undefined, '2'
- obj: an object with 3 property (str, num & bool) - obj: an object with 3 property (str, num & bool)

Loading…
Cancel
Save