What im doing wrong?
task
Create a variable named moonPhase and set it equal to full.
code
let moomPhase = ‘full’ ;
error
Did you set the moonPhase variable equal to a string?
What im doing wrong?
task
Create a variable named moonPhase and set it equal to full.
code
let moomPhase = ‘full’ ;
error
Did you set the moonPhase variable equal to a string?
Simple spelling mistake. Read it over carefully
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.