fix(curriculum): Update challenge instructions (#36104)

This commit is contained in:
Varun 2019-05-22 03:37:50 +05:30 committed by Randell Dawson
parent 545b8a6f34
commit 3a4402434b

View File

@ -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