Here are the links : MDN and Codepen.
Thank you in advance for your help !
Hi @TheRealSuperhuman
Good to see you plowing through. I can see that you have used this the same way I did and its appearing on the console. Good work. I can see that you went above and beyond as usual to answer the question with the addition of HTML content
I notices that you were picking up the name of the first cat with the color of the second so changed the name to the following
para1.textContent = `The cat's name is ${ cat2.name }.`;
so it would pick up the cat 2. I think the next few lessons, especiallly object prototypes will be a lot of fun. enjoy.