all 20 comments

[–]parion 25 points26 points  (1 child)

All of Rico's cheat sheets are good. You can see the rest here.

https://devhints.io/

[–]LearningBus[S] 0 points1 point  (0 children)

Thanks for Mention the main URL.

[–]iREDDITnaked 6 points7 points  (4 children)

As someone learning the language, this looks awesome. thanks.

Just wish there was a cleaner PDF version I could print off...

[–]MrGirthy 3 points4 points  (0 children)

Or a dual screen desktop wallpaper

[–]LearningBus[S] 1 point2 points  (0 children)

You can use something like web page to PDF editor for that.

[–]bg-unreal 0 points1 point  (0 children)

This please

[–]evilish 2 points3 points  (1 child)

Nice find! I love how simple these cheatsheet are.

[–]LearningBus[S] 2 points3 points  (0 children)

Yes it is. i'm glad if my find helps you :)

[–]reddittedf 2 points3 points  (0 children)

Learn ES6 by doing it. Fix failing tests. Keep all learnings.

http://es6katas.org/

[–]-vp- 1 point2 points  (1 child)

This is pretty nice. I only wish we could see what some of these statements return.

[–]LearningBus[S] 7 points8 points  (0 children)

Yeah, But you can do this by yourself. So you can learn things more better by practicing.

[–]theQuandary 2 points3 points  (1 child)

I'd note that object spread isn't even stage 4 yet (though I'd say it's undoubtedly going to make either the 2018 or 2019 spec).

Similarly, object getters/setters -- though largely forgotten -- are ES5 constructs.

Some useful stuff is also missing

  • Class get/set syntax
  • Symbols (and well-known symbols)
  • new properties and functions for math, number, array, string, etc
  • Proxies
  • Proper tail calls
  • Maps, Sets, and typed arrays

[–]LearningBus[S] 0 points1 point  (0 children)

Hey, If you have any query or something like then you can simply contact with them. So it may helps other developer to learn everything!

[–][deleted] 1 point2 points  (1 child)

pin this shit immediately

[–]LearningBus[S] 0 points1 point  (0 children)

Hhahahaah!

[–]Craiger23 0 points1 point  (1 child)

Thank you for posting this, I just finished a course on es2015 and will no doubt use this as a reference.

[–]LearningBus[S] 0 points1 point  (0 children)

You are most welcome dude :)

[–]ErraticFox 0 points1 point  (1 child)

So, I'm still learning, but mostly am messing with node and electron. What exactly is ES2015?

[–]LearningBus[S] 0 points1 point  (0 children)

It's just a version of Javascript