Complete the code so that the dog object inherits the howl() method from wolf.

Make sure to pick Object.create followed by ( and then wolf, ).