mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): step 78 calorie counter, specify where the template literal has to go (#53548)
This commit is contained in:
parent
24e50bcafa
commit
2ef52140b0
@ -7,7 +7,7 @@ dashedName: step-78
|
||||
|
||||
# --description--
|
||||
|
||||
You need to construct the HTML string that will be displayed in the `output` element. Start by assigning an empty template literal to the `innerHTML` property of the `output` element.
|
||||
You need to construct the HTML string that will be displayed in the `output` element. Start by assigning an empty template literal to the `innerHTML` property of the `output` element on a new line at the end of the function.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user