Hi @Vick51193 your variable is already declared const myDog = {
Read the instructions again carefully:
Make an object that represents a dog called myDog which contains the properties name (a string), legs , tails and friends .
Therefore you are adding the properties to the object. An object property is made up of the ( key : value; ) Key being the name of the property and after the colon the value of that property.
Again read the instructions carefully. Pay attention to String, Numbers, Array.
Yes i am trying to build javascript objects and i have tried this for 2 weeks now and every variable i put in pulls up wrong and i go by the hint and the video and i was wondering if you can see what i am doing wrong because i am not seeing it. I sent the code a few times and im not sure where i am going wrong with it?