Pillars of sunlight / You have sleeping all day / I am not amused
5
   
Award
Favorite
Favorited
Unfavorite
Download
"results = []

arr = profile.game_favorite.slots[0].map((game) => game.match(/\d+/)[0]);
sorted_arr = arr.slice().sort();
for (var i = 0; i < sorted_arr.length - 1; i++) {if (sorted_arr == sorted_arr) {results.push(sorted_arr);}}


arr = profile.game_collector.slots[0].concat(profile.game_collector.slots[1]).concat(profile.game_collector.slots[2]).concat(profile.game_collector.slots[3]);
sorted_arr = arr.slice().sort();
for (var i = 0; i < sorted_arr.length - 1; i++) {if (sorted_arr == sorted_arr) {results.push(sorted_arr);}}

console.dir(results);
"