Override the inherited method so that premium.playVideo() doesn't show any ads.
premium.playVideo()
Make sure to pick premium followed by . and then playVideo, =, function, (, ).
premium
.
playVideo
=
function
(
)