mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-08 16:00:58 -04:00
fix(curriculum): step 78 calorie counter, specify where the template literal has to go (#53548)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user