Commit graph

579 commits

Author SHA1 Message Date
Ilya Kantor
79b9b84a90 closes #2988 2022-05-12 08:40:08 +04:00
Ilya Kantor
89684c61ff minor fixes 2022-05-12 08:03:28 +04:00
Lavrentiy Rubtsov
598ca68f21
👾 Update summary section 2022-05-09 08:31:22 +06:00
Ilya Kantor
54c3fb9d1c
Merge pull request #2959 from Rnbsov/patch-25
minor grammar fix
2022-05-03 23:50:55 +04:00
Ilya Kantor
b60f9fc743
Merge pull request #2960 from Rnbsov/patch-26
add some emphasis
2022-05-03 23:50:47 +04:00
Ilya Kantor
e27d5caa35
Merge pull request #2962 from Luca1152/patch-1
Fix language in 'Methods of primitives' task
2022-05-03 23:49:50 +04:00
Ilya Kantor
254f82ff41
Merge pull request #2985 from Rnbsov/patch-36
just add a comma
2022-05-03 23:44:36 +04:00
Ilya Kantor
64d0c11de6
Merge pull request #2969 from Rnbsov/patch-28
add a comma
2022-05-03 22:59:24 +04:00
Ilya Kantor
9c5a0774af
Merge pull request #2975 from Rnbsov/patch-30
add a run button
2022-05-03 22:56:37 +04:00
Lavrentiy Rubtsov
8149cb0a87
just add a comma 2022-05-04 00:55:29 +06:00
Lavrentiy Rubtsov
2cccadc5ee
add highliting 2022-05-01 01:16:47 +06:00
Lavrentiy Rubtsov
9bcd822a5e
add a run button 2022-04-30 03:31:24 +06:00
Lavrentiy Rubtsov
c3d92ec52a
add a comma 2022-04-23 21:04:48 +06:00
Luca1152
888e4b9c3a
Fix language in Methods of primitives task
Use "What do you think" instead of "How do you think".
2022-04-19 18:55:38 +03:00
Lavrentiy Rubtsov
ee1daf7664
Update article.md 2022-04-19 01:47:49 +06:00
Lavrentiy Rubtsov
e424ad23e5
minor grammar fix 2022-04-19 00:50:41 +06:00
Ilya Kantor
75f5b8af14 minor fixes 2022-04-15 13:46:09 +03:00
Ilya Kantor
837fbbae49
Merge pull request #2891 from QiyanYu/patch-1
Update task.md
2022-04-14 09:20:41 +03:00
Ilya Kantor
cd4a72f0c9
Merge pull request #2892 from Rnbsov/patch-5
added a link to wikipedia
2022-04-14 09:20:28 +03:00
Ilya Kantor
2c44dfb647 minor fixes 2022-04-14 09:18:51 +03:00
Ilya Kantor
7826e83ca4
Merge pull request #2897 from joaquinelio/patch-9
mdn link
2022-04-14 09:16:03 +03:00
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
joaquinelio
11e8294173
Update article.md 2022-03-13 10:08:05 -03:00
joaquinelio
22c30fee16
mdn link 2022-02-25 23:23:36 -03:00
Lavrentiy Rubtsov
74563bad32
added a link to wikipedia 2022-02-24 17:14:11 +06:00
Ryan Yu
bfffb32924
Update task.md
Add semi colon for being more clear.
2022-02-23 17:15:23 -08: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