chore(i18n,learn): processed translations (#45223)

This commit is contained in:
camperbot
2022-02-23 18:40:00 +05:30
committed by GitHub
parent ff4e21b7f2
commit 74f84ff48a
28 changed files with 115 additions and 74 deletions

View File

@ -11,6 +11,8 @@ dashedName: stand-in-line
在计算机科学中队列(<dfn>queue</dfn>)是一个抽象的数据结构(<dfn>Data Structure</dfn>),队列中的条目都是有秩序的。 新的条目会被加到队列的末尾,旧的条目会从队列的头部被移出。
# --instructions--
写一个函数 `nextInLine`,用一个数组(`arr`)和一个数字(`item`)作为参数。
把数字添加到数组的结尾,然后移出数组的第一个元素。