Skip to content

Commit a85142a

Browse files
authored
Перевод
1 parent 6057278 commit a85142a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ alert( 9999999999999999 ); // покажет 10000000000000000
319319

320320

321321
```js run
322-
let num = +prompt("Enter a number", '');
322+
let num = +prompt("Введите число:", '');
323323
324324
// вернёт true всегда, кроме ситуаций, когда аргумент - Infinity/-Infinity или не число
325325
alert( isFinite(num) );

0 commit comments

Comments
 (0)