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?
4 Answers
+ 4
Josh S ,
Every statement in js should be ended with semicolon(" ; ")...
Hope it is helpful đ
+ 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.
+ 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.
+ 1
Thanks, Riya! That was where I got hung up.