Commit graph

6160 commits

Author SHA1 Message Date
Lavrentiy Rubtsov
7dd8d4cc14
👾 just update link 2022-05-27 20:31:35 +06:00
Lavrentiy Rubtsov
070b777905
👾 smth 2022-05-27 20:25:06 +06:00
Lavrentiy Rubtsov
15ed0d0953
👾 add missed break line 2022-05-27 20:19:36 +06:00
Lavrentiy Rubtsov
293c9b7f47
👾 smth 2022-05-27 20:07:25 +06:00
Lavrentiy Rubtsov
95163bb1f0
👾 fix typo 2022-05-27 19:49:47 +06:00
Rahul Shaw
741db31087
Update article.md 2022-05-25 14:13:33 +05:30
Lavrentiy Rubtsov
c7cc166f72
👾 add clarifying example 2022-05-24 02:08:03 +06:00
Lavrentiy Rubtsov
825cf306e7
👾fix typo 2022-05-24 00:26:32 +06:00
Ilya Kantor
2efe0dce18
Merge pull request #3022 from joaquinelio/patch-14
minor change
2022-05-23 15:41:07 +03:00
joaquinelio
1d6dc01413
minor change
"so it is in memory" reachable or not. For a while at least.
2022-05-23 09:34:44 -03:00
joaquinelio
d2e7ac4160
typo 2022-05-23 08:58:20 -03:00
Nayoung
1c439bf667
just add a comma 2022-05-22 22:27:11 +09:00
Lavrentiy Rubtsov
6d723f4444
👾 update JSdoc github link 2022-05-22 13:16:47 +06:00
Lavrentiy Rubtsov
1dc7900a2d
👾smth 2022-05-21 11:56:36 +06:00
Ilya Kantor
d5e8b6d308 minor fixes 2022-05-21 08:34:42 +03:00
Lavrentiy Rubtsov
ef5bb390d6
👾 smth 2022-05-21 11:11:08 +06:00
Lavrentiy Rubtsov
df1523afa6
👾 add information about test functions to summary section 2022-05-21 11:10:30 +06:00
Gramwise
f2a4aff661
Update article.md
Make the example a bit more inclusive.
2022-05-19 09:26:30 -06:00
Lavrentiy Rubtsov
98899d8546
add missed one 2022-05-17 20:26:03 +06:00
Lavrentiy Rubtsov
212c5275d4
add missed break line and remove extra one 2022-05-17 20:24:34 +06:00
Lavrentiy Rubtsov
98be74f56a
placed missed break line 2022-05-17 20:17:44 +06:00
Amir Hasanzade
38f5cad3e1
Update about.md (change "data" field to "value")
The object returned from "await stream.read()" has two fields: "done" and "value", and not the "data" field destructured here.
2022-05-16 03:12:20 -07:00
Lavrentiy Rubtsov
9cceef1a7f
👾 smth 2022-05-15 18:35:59 +06:00
Lavrentiy Rubtsov
60209e64d9
👾 just add another one missed break line 2022-05-14 15:41:37 +06:00
Lavrentiy Rubtsov
a85e802056
👾 remove one extra break line 2022-05-14 15:37:55 +06:00
Lavrentiy Rubtsov
bb1450055c
fixed a typo
ref: https://github.com/javascript-tutorial/en.javascript.info/issues/3007
2022-05-14 15:26:28 +06:00
Lavrentiy Rubtsov
ad50be199b
👾 just add missed break line 2022-05-14 15:14:26 +06:00
joaquinelio
fb313612a9
rephrase 2022-05-13 18:05:24 -03:00
Omer Baddour
576005b336
minor fixes 2022-05-13 09:28:25 -04:00
Omer Baddour
98e7e6bf23
minor fixes 2022-05-12 10:47:32 -04:00
Lavrentiy Rubtsov
88ce8fa79f
👾 smth 2022-05-12 18:07:31 +06:00
Ilya Kantor
2901e0c645
Merge pull request #2992 from Rnbsov/patch-41
remove extra break lines and add missed
2022-05-12 16:01:19 +04:00
Lavrentiy Rubtsov
b70d33217a
👾 smth 2022-05-12 18:01:02 +06:00
Ilya Kantor
79b9b84a90 closes #2988 2022-05-12 08:40:08 +04:00
Ilya Kantor
22815060c4 integrates #2996 2022-05-12 08:25:24 +04:00
Ilya Kantor
89684c61ff minor fixes 2022-05-12 08:03:28 +04:00
Ilya Kantor
e5fc2f15ed
Merge pull request #2997 from Rnbsov/patch-44
👾 Update summary section
2022-05-12 07:34:57 +04:00
Ilya Kantor
cff15311a0
Merge pull request #2999 from yellottyellott/patch-1
Update jsdoc link
2022-05-12 07:34:37 +04:00
Ilya Kantor
9aee5fc1af
Merge pull request #2993 from Rnbsov/patch-42
smth
2022-05-12 07:31:41 +04:00
Ilya Kantor
8b66d02cea
Merge pull request #2991 from rebeccacremona/rebeccacremona-patch-1
Grammatical fix.
2022-05-12 07:29:07 +04:00
Ilya Kantor
b80af1166b
Merge pull request #2998 from OmerBaddour/master
Minor improvements
2022-05-12 07:24:34 +04:00
Ilya Kantor
012343b717
Merge pull request #2990 from Rnbsov/patch-40
remove one extra break line
2022-05-12 07:24:19 +04:00
Ilya Kantor
e00e87c8d6
Merge pull request #3001 from yellottyellott/yellottyellott-polyfill
Polyfill article tweaks
2022-05-12 07:20:05 +04:00
Ilya Kantor
023b9d5c31
Merge pull request #3003 from yellottyellott/garbage-collection
Small grammatical tweaks to garbage collection
2022-05-12 07:18:49 +04:00
Erick Yellott
f7d079c157 Small grammatical tweaks to garbage collection 2022-05-11 13:21:50 -04:00
Erick Yellott
f26d06b145 Polyfill article tweaks 2022-05-10 22:33:42 -04:00
Erick Yellott
12d8d59089
Update jsdoc link
http://usejsdoc.org seems to be a dead link parked on godaddy atm.

> usejsdoc.org
> is parked free, courtesy of GoDaddy.com.
> Get This Domain

swapped to the link listed in the repo: https://github.com/jsdoc/jsdoc#for-more-information
2022-05-10 11:38:43 -04:00
Omer Baddour
fcfc47a5b6
minor improvements 2022-05-08 23:26:03 -04:00
Lavrentiy Rubtsov
598ca68f21
👾 Update summary section 2022-05-09 08:31:22 +06:00
Lavrentiy Rubtsov
5fa86797bb
add dot 2022-05-07 16:08:18 +06:00