fix(curriculum): clarify instructions for ouput (#41839)
This commit is contained in:
@ -23,7 +23,14 @@ You can call or <dfn>invoke</dfn> this function by using its name followed by pa
|
|||||||
|
|
||||||
# --instructions--
|
# --instructions--
|
||||||
|
|
||||||
<ol><li>Create a function called <code>reusableFunction</code> which prints <code>Hi World</code> to the dev console.</li><li>Call the function.</li></ol>
|
<ol>
|
||||||
|
<li>
|
||||||
|
Create a function called <code>reusableFunction</code> which prints the string <code>Hi World</code> to the dev console.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Call the function.
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user