Tell us what’s happening:
can i use console.log in this instance .
Your code so far
// Setup
console.log (myDog)()
const myDog = {
"name": "Coder",
"legs": 4,
"tails": 1,
"friends": ["freeCodeCamp Campers"]
};
// Only change code below this line
myDog.name = "Happy Coder";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0
Challenge: Basic JavaScript - Updating Object Properties
Link to the challenge: