chore(i18n,learn): processed translations (#45223)
This commit is contained in:
@ -11,6 +11,8 @@ dashedName: stand-in-line
|
||||
|
||||
コンピューターサイエンスでは、アイテムを順に保存する抽象的な<dfn>データ構造</dfn>として<dfn>キュー</dfn>を使用します。 新しいアイテムはキューの末尾に追加され、古いアイテムはキューの先頭から削除されます。
|
||||
|
||||
# --instructions--
|
||||
|
||||
配列 (`arr`) と数値 (`item`) を引数として取る関数 `nextInLine` を記述してください。
|
||||
|
||||
配列の末尾に数値を追加し、それから配列の先頭の要素を削除してください。
|
||||
|
@ -186,7 +186,7 @@ assert(telephoneCheck('(555)5(55?)-5555') === false);
|
||||
assert(telephoneCheck('55 55-55-555-5') === false);
|
||||
```
|
||||
|
||||
`telephoneCheck("11 555-555-5555")` should return `false`.
|
||||
`telephoneCheck("11 555-555-5555")` は `false` を返す必要があります。
|
||||
|
||||
```js
|
||||
assert(telephoneCheck('11 555-555-5555') === false);
|
||||
|
Reference in New Issue
Block a user