duck, followed by the name of the property, name, to access the value of "Aflac".
dog object to your console.
console.log to print the value for the name property of the dog object.
testString: assert(/console.log\(.*dog\.name.*\)/g.test(code));
- text: Your code should use console.log to print the value for the numLegs property of the dog object.
testString: assert(/console.log\(.*dog\.numLegs.*\)/g.test(code));
```