close #35246 - change AVG_TEMPERATURES to avgTemperatures in instructions (#35537)

This commit is contained in:
Chuck Adams
2019-03-20 15:02:21 -06:00
committed by Jaka Kranjc
parent 4b110d7bb8
commit 4b2219b01d

View File

@ -19,7 +19,7 @@ You may read it as "get the field <code>x</code> and copy the value into <code>a
## Instructions
<section id='instructions'>
Use destructuring to obtain the average temperature for tomorrow from the input object <code>AVG_TEMPERATURES</code>, and assign value with key <code>tomorrow</code> to <code>tempOfTomorrow</code> in line.
Use destructuring to obtain the average temperature for tomorrow from the input object <code>avgTemperatures</code>, and assign value with key <code>tomorrow</code> to <code>tempOfTomorrow</code> in line.
</section>
## Tests