the question
Initialize your character
variable by assigning it the value "Hello"
during its declaration.
my answer
let character = “Hello”;
the question
Initialize your character
variable by assigning it the value "Hello"
during its declaration.
my answer
let character = “Hello”;
Hi there and welcome to the FCC forum. Create a topic to the challenge step using Help button. That button appears below the challenge editor when you try to submit the wrong code more than three times. Then add your code to the challenge topic here on the forum.