var w = [“my cat”, “my shirt”, “this code”, “this song”];

function tooSexy() { for (var what in w) { log(what); } }();

songsincode