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`)作爲參數。
把數字添加到數組的結尾,然後移出數組的第一個元素。