Hello,

The reason it prints out undefined is because you try to print whatever the randomBanner() method returns which is nothing or undefined.

You need to change your HTML slightly to this:
...