We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7570f3f commit 4470b35Copy full SHA for 4470b35
games/brain-progression.js
@@ -8,7 +8,7 @@ export const playGameProgression = () => {
8
// Приветствуем
9
const userName = greeting();
10
// Поясняем смысл
11
- console.log('Find the greatest common divisor of given numbers.');
+ console.log('What number is missing in the progression?');
12
// Цикл игры
13
let correctAnswersCount = 0;
14
while (correctAnswersCount < 3) {
0 commit comments