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
aa22ed3bbb
Update mask.md
2018-09-26 12:27:04 +03:00
4cbb97733b
simpler solution to mask using padStart
2018-09-25 00:21:18 +00:00
3905abd8fc
update mask example, add test for mask
2018-01-10 14:39:58 +01:00
931e9c689f
Archive, multitagging, cleanup
...
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00
00b3da7504
Updated examples
...
Removed duplicate and unnecessary examples.
2018-01-04 14:22:56 +02:00
caf0fa289d
Update mask.md
2018-01-01 14:47:20 +02:00
8bd99f2c88
Travis build: 768 [ci skip]
2018-01-01 12:42:53 +00:00
334cb12d6e
Update mask.md
2018-01-01 14:40:29 +02:00
4a436685eb
Update mask.md
2018-01-01 14:39:25 +02:00
953d9bfda9
Update mask.md
2018-01-01 22:10:19 +11:00
8eca71948d
Update mask.md
2018-01-01 22:09:35 +11:00
22be54994e
Update mask.md
2018-01-01 22:06:24 +11:00
c66a5f1857
add mask
2018-01-01 16:32:59 +05:30