fix(curriculum): Update challenge instructions (#36104)
This commit is contained in:
parent
545b8a6f34
commit
3a4402434b
@ -31,7 +31,7 @@ ourStorage.desk.drawer; // "stapler"
|
||||
|
||||
## Instructions
|
||||
<section id='instructions'>
|
||||
Access the <code>myStorage</code> object and assign the contents of the <code>glove box</code> property to the <code>gloveBoxContents</code> variable. Use bracket notation for properties with a space in their name.
|
||||
Access the <code>myStorage</code> object and assign the contents of the <code>glove box</code> property to the <code>gloveBoxContents</code> variable. Use dot notation for all properties where possible, otherwise use bracket notation.
|
||||
</section>
|
||||
|
||||
## Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user