fix(learn): clear instructions for basic JavaScript: Appending Variables to Strings lesson (#39587)
This commit is contained in:
@ -23,7 +23,7 @@ ourStr += anAdjective;
|
|||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
<section id='instructions'>
|
<section id='instructions'>
|
||||||
Set <code>someAdjective</code> and append it to <code>myStr</code> using the <code>+=</code> operator.
|
Set <code>someAdjective</code> to a string of at least 3 characters and append it to <code>myStr</code> using the <code>+=</code> operator.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Reference in New Issue
Block a user