chore(i18n,learn): processed translations (#45223)
This commit is contained in:
@@ -13,7 +13,7 @@ dashedName: create-a-form-element
|
||||
例如:
|
||||
|
||||
```html
|
||||
<form action="/url-where-you-want-to-submit-form-data">
|
||||
<form action="url-where-you-want-to-submit-form-data">
|
||||
<input>
|
||||
</form>
|
||||
```
|
||||
|
@@ -11,6 +11,8 @@ dashedName: stand-in-line
|
||||
|
||||
在计算机科学中队列(<dfn>queue</dfn>)是一个抽象的数据结构(<dfn>Data Structure</dfn>),队列中的条目都是有秩序的。 新的条目会被加到队列的末尾,旧的条目会从队列的头部被移出。
|
||||
|
||||
# --instructions--
|
||||
|
||||
写一个函数 `nextInLine`,用一个数组(`arr`)和一个数字(`item`)作为参数。
|
||||
|
||||
把数字添加到数组的结尾,然后移出数组的第一个元素。
|
||||
|
Reference in New Issue
Block a user