``` for (var j = 0; j < pocket_slot.count; j++) { rotate_tool_from_to(pocket_slot.itemAt(j), previous_pocket, pocket_num); // <----- HERE }