$.each(twitchers, function(i){
console.log(twitchers[i]);
$.ajax({
type: "GET",
dataType: "jsonp",
url: 'https://wind-bow.gomix.me/twitch-api/streams/'+twitchers[i],
success: function(data){
console.log(data);
:cookie: 873 | @mot01 |http://www.freecodecamp.com/mot01
=
in an if statement like that