Ryan McDermott
5311f64b03
Merge pull request #356 from hamettio/master
...
Persian translation added (Fluent + RTL styled)
2023-02-11 09:28:23 -08:00
Ryan McDermott
a4c884f603
Merge pull request #383 from eugene-augier/french-translation
...
French translation
2022-08-21 10:35:59 -07:00
Ryan McDermott
5b49d62756
Merge pull request #392 from agilatakishiyev/master
...
Fix wrong naming of `default parameters`
2022-08-21 10:34:05 -07:00
Agil Atakishiyev
2cab77b8e5
fixed naming
2022-07-10 21:05:45 +04:00
Eugène d'Augier
98f1d4a5a3
French translation
2022-04-13 14:08:10 +02:00
Hamed Abdollahi
384665f8da
Persian translation added (Fluent + RTL styled)
2021-07-23 19:04:42 +02:00
Ryan McDermott
3ff9eba6d4
Fix paintCar
example to include color
as param
2021-05-23 11:52:44 -07:00
Ryan McDermott
20563d0e9c
Merge pull request #341 from jamestharpe/patch-1
...
Make example more succinct
2021-05-23 10:52:51 -07:00
James Tharpe
753d6d8b33
Make example more succinct
...
"PER" has the same meaning as "IN_A" but is less verbose
2021-03-29 08:38:27 -04:00
Ryan McDermott
da76556c97
Merge pull request #326 from doskovicmilos/patch-1
...
Add Serbian translation.
2021-01-20 19:27:39 -08:00
Miloš Dosković
029c4c2f8a
Add Serbian translation.
2020-10-10 18:04:42 +02:00
Ryan McDermott
ca37c9cfc7
Merge pull request #325 from jdsandifer/issue-321-remove-pass-by-reference
...
Fix stray hyphen turning into a random bullet
2020-10-07 20:23:25 -07:00
J.D. Sandifer
3028219595
Fix stray hyphen turning into a random bullet
2020-10-07 20:15:53 -07:00
Ryan McDermott
8f678c8c60
Merge pull request #320 from ychek/add-calculation-for-milliseconds
...
Add calculation for milliseconds in a day
2020-10-07 11:41:03 -07:00
Ryan McDermott
597a5107ab
Merge pull request #323 from jdsandifer/issue-321-remove-pass-by-reference
...
Replace pass-by-reference with mutability, clean up
2020-10-06 15:18:17 -07:00
J.D. Sandifer
3b9504ef2a
Replace pass-by-reference with mutability, clean up
...
This edit only affects the Avoid Side Effects (part 2) section.
It replaces the discussion of pass by reference with an explanation in terms of mutability.
By avoiding the confusing terminology and possible links to the implementation details of
different JS engines the explanation can be kept at an abstraction level that's great for
beginners and experts alike. I also cleaned up some grammar, typos, etc.
2020-10-04 20:50:25 -07:00
Yaniv Chekroun
365717f8bb
Add calculation for milliseconds in a day
2020-09-06 15:23:12 +03:00
Ryan McDermott
4d15e1cfb1
Merge pull request #288 from sbimochan/patch-1
...
Change argument name from inner variable name
2020-07-30 20:09:45 -07:00
Ryan McDermott
c56cc59540
Merge pull request #312 from nebakry/patch-1
...
Fix calling animationModule in ISP bad example
2020-05-02 18:47:08 -07:00
Ryan McDermott
5f52d7dad4
Merge pull request #313 from mindfr1k/master
...
Ukrainian translation is added
2020-04-16 20:39:54 -07:00
Oleksandr Zaychenko
93888080dd
Update README.md
2020-04-16 16:57:44 +03:00
Denis
ec7baf25c1
Fix calling animationModule in ISP bad example
2020-04-01 18:47:12 +03:00
Ryan McDermott
0dcac22745
Merge pull request #311 from bsonmez/master
...
Turkish added
2020-03-31 10:19:00 -07:00
Burak Sonmez
46869c86bc
fix
2020-03-29 08:01:27 +03:00
Burak Sonmez
1470b0b5e4
Turkish Added
2020-03-26 08:46:06 +03:00
Burak Sonmez
60a33571e7
Turkish added
2020-03-26 08:43:25 +03:00
Burak Sonmez
87185d9b79
Revert "turkish added"
...
This reverts commit 2edfeef74002f7aeaa15a7bea4adb047b85dd539.
2020-03-26 08:42:09 +03:00
Burak Sonmez
2edfeef740
turkish added
2020-03-26 08:35:58 +03:00
Ryan McDermott
b8b16ebc8f
Merge pull request #297 from Risto-Mcintosh/patch-1
...
Fixed a small typo
2020-02-11 20:01:46 -08:00
Risto McIntosh
c90b109b38
Add an underscore to "Use explanatory variables"
...
This makes the destructuring a little more readable
2020-02-07 08:12:47 -06:00
Ryan McDermott
e6f9934eb6
Merge pull request #290 from justin0022/patch-2
...
Update README.md
2020-02-06 20:08:06 -08:00
Risto McIntosh
5f8daa0121
Fixed a small typo
2020-02-06 21:44:02 -06:00
Ryan McDermott
dd7e665ed3
Merge pull request #291 from rudotriton/master
...
Sort translations
2020-01-22 08:38:35 -08:00
Raigo Jerva
a812aa93c8
add armenian translation to the list
2020-01-22 00:20:22 +00:00
Raigo Jerva
c18b9766f4
sort translations
2020-01-22 00:19:37 +00:00
Ryan McDermott
2e808e2694
Merge pull request #289 from justin0022/patch-1
...
Update README.md
2020-01-21 13:25:07 -08:00
Justin Lee
0ab8ebaed4
Update README.md
...
Small grammar correction
2020-01-21 13:20:28 -08:00
Justin Lee
ba9797eb93
Update README.md
...
Small grammar correction.
2020-01-21 13:17:12 -08:00
Bimochan Shrestha
8491866a87
Change argument name from inner variable name
2020-01-21 14:13:48 +05:45
Ryan McDermott
54492ac43c
Merge pull request #280 from oger-p/patch-4
...
Add advantage in function parameters
2020-01-20 14:47:55 -08:00
Ryan McDermott
0ff4abade1
Merge pull request #283 from uxitten/patch-1
...
Added numeric separator for improve readability
2020-01-18 21:10:59 -08:00
Behnam Mohammadi
3afe391aa0
Added number separator for improve readability
2020-01-18 17:14:32 +03:30
Pierre-Antoine OGER
4503a25d5c
Add advantage in function parameters
2020-01-10 14:06:03 +01:00
Ryan McDermott
1c0b20a91e
Merge pull request #277 from InsomniacSabbir/master
...
Added source link for bengali translations
2020-01-02 09:47:09 -08:00
Md. Sabbir Alam
425d4c9f2a
Added source link for bengali translations
2020-01-01 13:00:05 +06:00
Ryan McDermott
e7968b7fb5
Merge pull request #273 from geekf/patch-1
...
Fixing bad code example for over-optimization
2019-11-21 20:46:37 -08:00
Fakhruddin Ali Hussain
0762d8fa07
Fixing bad code example for over-optimization
2019-11-21 11:40:44 -08:00
Ryan McDermott
b36557a90e
Merge pull request #272 from trylovetom/master
...
Added link to the traditional chinese translation
2019-11-18 08:00:02 -08:00
TZU-YEN, CHANG
12b650949e
Add Traditional Chinese
2019-11-18 20:56:08 +08:00
Ryan McDermott
01bdbf0e09
Merge pull request #268 from Userbit/master
...
Some corrections in **Concurrency** section
2019-10-29 08:34:11 -07:00