1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00
Commit Graph

72 Commits

Author SHA1 Message Date
Rico Sta. Cruz
360bb87287 Cleanup: update timestamps of files 2020-07-04 23:33:09 +10:00
Rico Sta. Cruz
fcc6196aa4 Cleanup: remove extra spaces before {:...} tags 2020-07-02 10:02:38 +10:00
SteamTank
76dc2ef27d Added missing ')'
Added missing ')' at the end of `fat arrow` example
2019-11-14 10:12:01 +01:00
Charles
b9ba6a1ca7 Fix typo 2019-09-21 16:13:48 +02:00
chad d
bb00a53532 Clean up from PRs 2018-11-19 23:18:50 -07:00
Lubos Belak
117e9905d8 Add some ES2018 examples to the cheatsheets (#889)
* Add some ES2018 examples to the cheatsheets

* Add examples of string methods: padStart, padEnd

* Add examples of extracting Object values
2018-11-16 12:57:03 -07:00
Hannes Leutloff
05bca6d01c Update es6.md (#709)
* Update es6.md

Add edge case of implicitly returned object, since the notation is a little different.

* Update es6.md: fix typo
2018-11-16 12:28:50 -07:00
Brandon Lawrence
ca767113f5 add string starsWith method 2018-05-11 12:14:59 -04:00
Rico Sta. Cruz
41d2baa052 Merge branch 'pr-413'
* pr-413:
  es6: shorten destructuring example
  Use consistent single quotes
  Add default values example for destructured function arguments
2018-03-17 13:33:22 +08:00
Rico Sta. Cruz
6c21eb39c0 es6: shorten destructuring example 2018-03-17 13:33:08 +08:00
Rico Sta. Cruz
e7554b2e96 Merge branch 'pr-412' 2018-03-17 10:08:13 +08:00
Rico Sta. Cruz
cc97056937 Merge pull request #303 from nothingrandom/patch-1
Change var to const or let in es6.md
2018-03-15 17:47:56 +08:00
Rauno Freiberg
6ebd835202 Use consistent single quotes 2018-02-16 16:24:04 +02:00
Rauno Freiberg
d177021cb2 Add default values example for destructured function arguments 2018-02-16 16:22:04 +02:00
Rauno Freiberg
5075e3ae60 Add variable initialization before imports require example 2018-02-16 16:13:14 +02:00
Vse Mozhet Byt
3a5746a4fc es6: replace http with https + fix #hashes in links 2018-02-11 19:55:22 +02:00
Benjamin Hollway
5fdc5d5678 Change var to const or let in es6.md
There were some variables being declared using old `var` syntax, seemed weird in the context.
2017-11-30 14:42:23 +01:00
Vicky Chijwani
5ccab63867 Use for..of in destructuring with loop example 2017-11-26 19:38:37 +05:30
Mihailo Misic
98da5e0903 Fixing minor misstypes
Patching some small mistakes and suggesting some improvements.
2017-10-31 11:32:58 +01:00
Rico Sta. Cruz
9f8cc3c40e es6: update formatting 2017-10-26 14:33:50 +08:00
Rico Sta. Cruz
d478f7917b es6: fix setters example 2017-10-26 14:26:06 +08:00
Rico Sta. Cruz
1ec71dac71 es6: Update formatting for default values 2017-10-26 14:24:12 +08:00
Rico Sta. Cruz
206339926c Merge pull request #120 from AhsanAyaz/es6-destructuring-modif
added desctructures with defaults for array & object
2017-10-26 14:22:25 +08:00
Rico Sta. Cruz
ec9debe80f es6: Move reassigning keys to its own example 2017-10-26 14:20:56 +08:00
Rico Sta. Cruz
ea81bd0502 es6: Update destructuring assignment defaults example 2017-10-26 14:17:30 +08:00
Rico Sta. Cruz
4296529acf Merge pull request #137 from jonathanweiss/patch-1
Fix minor typo
2017-10-25 19:07:59 +08:00
Oscar Busk
f2cdabb984 Fix broken links to babeljs.io 2017-10-24 08:22:22 +02:00
Jonathan Weiß
13a9caed33 Fix minor typo 2017-10-24 14:12:16 +11:00
Ahsan Ayaz
27a61fea1a added desctructures with defaults for array & object \nAdded examples of function arguments destructring 2017-10-22 16:28:04 +05:00
Maaz Syed Adeeb
6237b78c4e Fix a typo
Changed loo to too.
2017-10-21 11:06:56 +05:30
Rico Sta. Cruz
68ca2b2877 Merge pull request #101 from alnorris/patch-1
Contains not a function, update to includes
2017-10-21 03:50:17 +08:00
Rico Sta. Cruz
d1ac289c31 es6: update with async-await and spread 2017-10-21 03:44:02 +08:00
Alister Norris
8a34315dd5 Contains not a function, update to includes
Not aware of String.prototype.contains becoming an ES standard, however, String.prototype.includes is functionally equivalent. 

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
2017-10-20 18:33:26 +01:00
Rico Sta. Cruz
33c2309a93 es6: fix wrong line highlight 2017-10-12 01:04:27 +08:00
Rico Sta. Cruz
40bb4bf244 Update more meta descriptions 2017-10-10 23:47:03 +08:00
Rico Sta. Cruz
f3a504aa89 Merge pull request #78 from 39digits/patch-1
Fixed typo to es6.md
2017-10-08 07:18:29 +08:00
Clément P
36555870e7 Update es6.md
es6 octal form
2017-10-07 20:15:12 +00:00
Christopher Hamilton
680ca248a7 Fixed typo to es6.md 2017-10-05 17:12:07 +01:00
Rico Sta. Cruz
609470ea4e es6: update formatting 2017-10-02 13:17:28 +08:00
Rico Sta. Cruz
1f91de36b3 es6: add exponent operator 2017-08-31 13:01:12 +08:00
Rico Sta. Cruz
8c01130950 Use a more normal timestamp format 2017-08-30 19:33:17 +08:00
Rico Sta. Cruz
c934ae39bd Fix updated logic 2017-08-30 19:31:11 +08:00
Rico Sta. Cruz
da2090ee1f Cross links 2017-08-30 00:38:47 +08:00
Rico Sta. Cruz
aaf3e0958b Update 2017-08-29 03:23:29 +08:00
Rico Sta. Cruz
4f8c49d162 Feature new sheets 2017-08-29 03:18:32 +08:00
Rico Sta. Cruz
4160473ff7 Update ES6 2017-08-28 00:01:37 +08:00
Rico Sta. Cruz
64898b046e Update ES6 2017-08-27 23:55:33 +08:00
Rico Sta. Cruz
8986e7d2f6 Add carbon 2016-08-13 10:11:32 +08:00
Rico Sta. Cruz
6882272547 Update 2016-06-03 06:36:03 +08:00
Rico Sta. Cruz
a9236bfe5a Categorize even more pages 2015-11-24 16:02:17 +11:00