You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function queue(arr, item) {
// Your code here
arr.push(item);
var arr1 = arr.shift();
return arr1; // Change this line
}
老外说:
The function name has been nextInLine, not queue for maybe a year or so now.
中文网站没更新