Skip to content

Help I've Found a Bug

core edited this page Feb 6, 2017 · 66 revisions

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. 中文网站没更新

Clone this wiki locally