Basic JavaScript - Explore Differences Between the var and let Keywords

Tell us what’s happening:
Describe your issue in detail here.
I’m failing to Update the code so it only uses the let keyword.

Your code so far

var catName = "Oliver";
var catSound = "Meow!";


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Explore Differences Between the var and let Keywords

Link to the challenge:

1 Like

This step is asking you to update the code so it only uses the let keyword, so basically you just need to replace the two var in your code.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.