Complete the code so that the dog object inherits the howl() method from wolf.
dog
howl()
wolf
Make sure to pick Object.create followed by ( and then wolf, ).
Object.create
(
)