Fix old link and excess line break in 1.2.8

This commit is contained in:
Vse Mozhe Buty 2020-09-16 03:50:16 +03:00
parent e074a5f825
commit 8e7e13d6a1
2 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,7 @@ let b = "2"; // prompt("Second number?", 2);
alert(a + b); // 12
```
What we should do is to convert strings to numbers before `+`. For example, using `Number()` or
prepending them with `+`.
What we should do is to convert strings to numbers before `+`. For example, using `Number()` or prepending them with `+`.
For example, right before `prompt`: