Having difficulty learning variables. Help? Anyone?

Hi, I have just started learning javascript,I have completed 12 percent of the course and just started my second phase of the course: variables. This step has become a bit difficult for me to complete and I cannot pass the tests. Any help or tips?

Here it’s a nice and easy to understand article about that:
https://www.javascript.com/learn/javascript/variables
Hope it helps :slight_smile:

Thank you! but to be more specific, I am stuck at

this is my console

1 Like

I see, it seens to be a typo error: try to rename the variable ‘myStrenght’ to ‘strength’

1 Like

It’s not a typo error, it’s because lesson validation expects strength, but you used myStrength. So, your code is fine, but you need to do exectly what instructions says.