Several errors sneaked into this code. You need to find and fix them.
Object methods and keyword "this"
Learn from others' errors
Report a typo
Write a program in JavaScript
let animal = (
name: "cat",
sound: "meow",
animalSay() {
return "A " + "this".name + " says " + "this".sound;
}
);
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.