Well, I was trying to figure out what is wrong with this line of code:
"January".substring(0, 3)
{
console.log(T_STRING)
}
"Melbourne is" in "Melbourne is great"
"Hamburgers".substring(4, 7)
the line of code checker, keeps telling me "
Parse error: syntax error, unexpected '{' in your code on line 2"
P.S. this is not a joke, I need to pass this lesson in order to move onto my next lesson.
"January".substring(0, 3)
{
console.log(T_STRING)
}
"Melbourne is" in "Melbourne is great"
"Hamburgers".substring(4, 7)
the line of code checker, keeps telling me "
Parse error: syntax error, unexpected '{' in your code on line 2"
P.S. this is not a joke, I need to pass this lesson in order to move onto my next lesson.
Last edited: