fix(curriculum): step 78 calorie counter, specify where the template literal has to go (#53548)

This commit is contained in:
Ilenia
2024-02-05 20:42:59 +01:00
committed by GitHub
parent 24e50bcafa
commit 2ef52140b0

View File

@@ -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--