Commit Graph

20 Commits

Author SHA1 Message Date
27c168ce55 Bake date into snippets 2021-06-13 13:55:00 +03:00
ce48fffb4d Update snippet descriptions 2020-10-21 21:54:53 +03:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
e31aea403d Deprecate utility tag 2020-04-16 23:07:33 +03:00
3770bbfc32 Update mask.md 2020-01-22 12:47:46 +02:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
8ee50178f3 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
e2a1310db1 Update mask.md 2018-09-26 12:27:04 +03:00
77167a059d simpler solution to mask using padStart 2018-09-25 00:21:18 +00:00
51260a85a8 update mask example, add test for mask 2018-01-10 14:39:58 +01:00
0425ebefe7 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
8281457945 Updated examples
Removed duplicate and unnecessary examples.
2018-01-04 14:22:56 +02:00
e60bf73450 Update mask.md 2018-01-01 14:47:20 +02:00
511a4cbd87 Travis build: 768 [ci skip] 2018-01-01 12:42:53 +00:00
04f12f285e Update mask.md 2018-01-01 14:40:29 +02:00
629ecb3cff Update mask.md 2018-01-01 14:39:25 +02:00
f811f68547 Update mask.md 2018-01-01 22:10:19 +11:00
73c1cf7f58 Update mask.md 2018-01-01 22:09:35 +11:00
42f79065b5 Update mask.md 2018-01-01 22:06:24 +11:00
afda3af75b add mask 2018-01-01 16:32:59 +05:30