fix: remove quotation marks from 'Hi World' in Instructions (#41837)

This commit is contained in:
Karen Blacktopp
2021-04-16 18:36:59 +10:00
committed by GitHub
parent a30b337591
commit 422bded413

View File

@ -23,7 +23,7 @@ You can call or <dfn>invoke</dfn> this function by using its name followed by pa
# --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 <code>Hi World</code> to the dev console.</li><li>Call the function.</li></ol>
# --hints--