let interests = ['coding','music','game design','doggos','cycling','coffee']; interests.forEach( interest => { interest.takeAllMyTime(); });