Browse Source

fix spelling

pull/779/head
Clément 3 years ago committed by GitHub
parent
commit
14525bbe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/anything-to-declare/README.md

6
subjects/anything-to-declare/README.md

@ -113,11 +113,11 @@ console.log(cashPayment)
All right, before we can embark into this adventure, you are going to tell us
more about yourself using **variables** !
- Declare a variable _indentified_ `age` of a `Number` value of your age
- Declare a variable _identified_ `age` of a `Number` value of your age
- Declare a variable _indentified_ `name` of a `String` value of your name
- Declare a variable _identified_ `name` of a `String` value of your name
- Declare a variable _indentified_ `secureLuggage` of a `Boolean` saying if your
- Declare a variable _identified_ `secureLuggage` of a `Boolean` saying if your
luggage contain dangerous things or not. _(for obvious security reasons)_
> PS: And please, use reasonable values, or the tests might reject you !

Loading…
Cancel
Save