Problem with a lesson question... | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Problem with a lesson question...

I'm a complete newbie to coding. I know nothing except for the 3 or 4 lessons I've already finished. Now, it's asking me to complete this for "constants" and I'm lost. What goes in the last "text box"? Problem: Create a constant named "message" and assign it the given text value. [TYPE] message [TYPE] "I'll reach my goals!" [TYPE] Now, I know the first two boxes are "const" and "=," respectively, but what goes in the last one?

14th Sep 2023, 7:29 AM
Josh S
Josh S - avatar
4 ответов
+ 4
Josh S , Every statement in js should be ended with semicolon(" ; ")... Hope it is helpful 👍
14th Sep 2023, 12:34 PM
Riya
Riya - avatar
+ 3
Josh S If you're having trouble in code, share your code and describe what error message you're receiving. without watching no one can figure out what's going wrong.
14th Sep 2023, 8:06 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 3
It might be a good practise for you, Josh S , to write some of those codes down and run them in the code playground. It'll help you with remembering such little details that reading might not.
14th Sep 2023, 8:31 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Thanks, Riya! That was where I got hung up.
14th Sep 2023, 7:56 PM
Josh S
Josh S - avatar