Hey there, so i’ll try to explain my problem.
Instructions here
"1.
Variables must be strong to hold all of our stuff. Exactly how strong are they?
Create a variable named strength, and assign the string ‘50,000 pounds’ to it. "
.
"2.
Now, under the strength variable, type
console.log('How much stuff can a variable hold? ', strength);
Now we know: What can a variable hold? Just about anything!"
And my code right here
“var strenght = ‘50,000 pounds’;
console.log(‘How much stuff can a variable hold?’, strenght);”
First instruction still don’t validate… Pls help