Skip to content

Commit

Permalink
[ja]: remove not() function as it is unnecessary (#24781)
Browse files Browse the repository at this point in the history
fix: remove not() function as it is unnecessary
  • Loading branch information
OHMORIYUSUKE authored Nov 29, 2024
1 parent 717c719 commit 8a33fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ l10n:
- `para` — 結果を報告するために使用する段落への参照が格納されています。
- `isPrime()` — 数値を渡すと、その数値が素数であれば `true`、素数でなければ `false` を返す関数です。

ループを使用して 2 から 500 までの数を逆に読み(1 は素数として数えられません)、指定された `isPrime()` `:not()` 関数を実行する必要があります。素数でないそれぞれの数について、次のループの反復処理に進みます。素数である各数値について、区切り文字とともに段落の `textContent` に追加します。
ループを使用して 2 から 500 までの数を逆に読み(1 は素数として数えられません)、指定された `isPrime()` 関数を実行する必要があります。素数でないそれぞれの数について、次のループの反復処理に進みます。素数である各数値について、区切り文字とともに段落の `textContent` に追加します。

前回までの 2 つの課題では使用しなかった種類のループを使用しましょう。

Expand Down

0 comments on commit 8a33fb2

Please sign in to comment.