Skip to content

Commit 61993fa

Browse files
lex111dandgerson
andauthored
Update 1-js/02-first-steps/12-while-for/7-list-primes/task.md
Co-Authored-By: dandgerson <dandgerson@gmail.com>
1 parent 9aba192 commit 61993fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/12-while-for/7-list-primes

1-js/02-first-steps/12-while-for/7-list-primes/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ importance: 3
1010

1111
Например, `5` это простое число, оно не может быть разделено без остатка на `2`, `3` и `4`.
1212

13-
**Создайте код, который выводит все простые числа из интервала от `2` до `n`.**
13+
**Напишите код, который выводит все простые числа из интервала от `2` до `n`.**
1414

1515
Для `n = 10` результат должен быть `2,3,5,7`.
1616

0 commit comments

Comments
 (0)