Commit Graph

13 Commits

Author SHA1 Message Date
f2e5e26af3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
20e7d899f3 Formatting changes 2018-09-27 22:47:46 +03:00
6dcfd36a3e Travis build: 2020 2018-05-02 17:21:29 +00:00
c6c49ab567 Fixed error prone checking etc in codebase 2018-02-04 17:48:07 +02:00
00b3da7504 Updated examples
Removed duplicate and unnecessary examples.
2018-01-04 14:22:56 +02:00
a0bb2eb597 Travis build: 765 [ci skip] 2018-01-01 12:38:25 +00:00
5480e2fc8f Update join.md 2018-01-01 14:32:21 +02:00
193f5fb90f Update join.md 2018-01-01 21:54:31 +11:00
6ac6e5a5ed Update join.md 2018-01-01 16:23:31 +05:30
440b7ac3bd Remove changes suggested by @atomiks 2018-01-01 16:14:48 +05:30
581ca02918 Update join.md as suggested by @atomiks 2018-01-01 16:09:29 +05:30
775f43887b add examples for join 2018-01-01 15:53:26 +05:30
1d8d2d812c add join 2018-01-01 15:48:40 +05:30