Commit graph

554 commits

Author SHA1 Message Date
Ilya Kantor
246156d6e2 minor fixes 2022-04-14 06:35:16 +03:00
Ilya Kantor
78d5a1b086
Merge pull request #2945 from Rnbsov/patch-24
just add comma
2022-04-14 06:18:52 +03:00
Ilya Kantor
61f79f481c at method 2022-04-14 06:08:46 +03:00
Dan Wallis
6af9a2e2a4
Correct mis-use of "it's" 2022-04-13 11:44:21 +01:00
Lavrentiy Rubtsov
de9fcf87ee
just add comma 2022-04-12 01:11:35 +06:00
Ilya Kantor
741d90ce8a minor fixes 2022-03-25 22:57:35 +03:00
Ilya Kantor
6edb240b48 minor fixes 2022-03-24 09:13:29 +03:00
Ilya Kantor
d07d5dfa91 minor fixes 2022-03-24 09:07:40 +03:00
Ilya Kantor
78091684e2 minor fixes 2022-03-24 09:04:34 +03:00
skaunov
c68cb111a4
Update test.js
Hey there! I suggest to slightly modify the first test case, so its input cover both checks in the solution.
Currently omitting the check for _a_ still let solution to pass the test.
```js
if (/* val < a || */ val > b) {
        arr.splice(i, 1);
        i--;
      }
```
2022-02-15 16:53:29 +03:00
Ilya Kantor
a678674350 images 2022-02-03 13:08:18 +03:00
Ilya Kantor
0f748275e2 minor fixes 2022-01-29 06:07:09 +03:00
Ilya Kantor
eb23b2d7b8
Merge pull request #2814 from kk-source/patch-1
Update article.md
2022-01-21 10:45:35 +03:00
NickFallman
de83e748ad
Update article.md
ms - official international name for millisecond. 1 ms = 1 * 10**(-3) second (or 1e-3). Source : https://en.wikipedia.org/wiki/Metric_prefix .
0.000001 or 1e-6 - it's microsecond. Better name for this variable 'mcs' or 'us'. 'mcs' easier to understand.
2022-01-10 10:58:47 +03:00
Kartik
3cf22123be
Update article.md
Added missing word in a sentence.
2022-01-07 23:43:14 +05:30
Thomas Burette
8536bca288
fix the broken RFC link in the JSON article 2021-12-20 07:40:18 +01:00
Ilya Kantor
c5358c5949 themable pictures 2021-12-12 22:53:17 +03:00
Ilya Kantor
4541b7af75 minor fixes 2021-11-03 16:16:33 +03:00
Vlad
df39e1a998
Update article.md 2021-09-15 01:00:26 +03:00
Ilya Kantor
4d01fc20d4 minor fixes 2021-08-15 10:39:31 +03:00
Mahdyar Hasanpour
ce382738f9
add a missing colon 2021-07-17 18:05:27 +04:30
Ilya Kantor
76656bdd15 minor fixes 2021-06-27 15:25:01 +03:00
Ilya Kantor
8752573cf3 minor fixes 2021-06-27 15:24:42 +03:00
Ilya Kantor
8db65194dc minor fixes 2021-06-27 15:23:40 +03:00
Ilya Kantor
e49bc3bbc4
Merge pull request #2627 from ZYinMD/patch-5
minor edit to 1-js/05-data-types/02-number/
2021-06-19 13:41:05 +03:00
Z Yin
a171b0a24f
fix typo in 1-js/05-data-types/03-string 2021-06-13 18:51:33 -04:00
Z Yin
3d88d3322e
Update article.md 2021-06-13 16:48:40 -04:00
Ilya Kantor
3bf8830f8e
Update article.md 2021-05-13 17:37:44 +03:00
Mike Mitchell
07b364df21 Replace preposition with verb 2021-04-29 06:12:59 -04:00
Ilya Kantor
adb962b511 closes #2572 2021-04-17 19:55:20 +03:00
joaquinelio
8b7bf10143
store vs keeps stored 2021-04-12 04:30:49 -03:00
Ilya Kantor
d4feed3480
Merge pull request #2527 from seamissu/patch-5
fix typo
2021-03-26 09:23:40 +03:00
joaquinelio
081d7b2dff
typo 2021-03-23 03:39:50 -03:00
seamissu
cf6be9490b
fix typo 2021-03-18 04:30:53 +11:00
Ilya Kantor
e01998baf8 minor fixes 2021-03-14 09:52:00 +03:00
joaquinelio
0d52720bc0 needed 4 translated repos 2021-02-04 11:49:03 -03:00
Ilya Kantor
19bf2d3f5a
Merge pull request #2469 from fibretothepremises/patch-1
fix word
2021-02-02 11:38:22 +03:00
fibretothepremises
936bea24bc
fix word
fix word "when" to "than".
2021-01-27 17:39:35 +11:00
Ali Aghdam
6975a01941 fix undefined to pass test 2021-01-25 14:54:10 +03:30
Ilya Kantor
6e326fbf97
Merge pull request #2449 from redrambles/patch-2
Update article.md
2021-01-21 22:50:06 +03:00
Ilya Kantor
acf62b0d03 minor fixes 2021-01-21 22:49:27 +03:00
Ann Cascarano
04e2514dc8
Update article.md
Missing word / small fix.
2021-01-20 10:26:26 -05:00
Ilya Kantor
99b2a0928f
Merge pull request #2437 from lumosmind/patch-68
typo
2021-01-13 21:31:54 +03:00
Ilya Kantor
9c082c82fd minor fixes 2021-01-13 21:31:15 +03:00
Mustafa Kemal Tuna
e95ca4b663
typo 2021-01-13 21:29:13 +03:00
Ilya Kantor
15e6f2da5b minor fixes 2021-01-13 21:20:50 +03:00
Muhammad Bilal
73fd173f99
Update article.md
fix spelling of `further`
2021-01-12 23:16:01 +05:00
Ilya Kantor
32518b7e76 minor 2021-01-07 06:33:40 +03:00
Ilya Kantor
c3505142e9 minor 2021-01-07 06:13:38 +03:00
Laurent Lyaudet
cc593c6414
Update article.md
typos : raised *to* the given power, dots after comment (one of the three function comments already had the dot at the end)
2020-12-31 15:54:21 +01:00