© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tommy Hodgins
CSS & Element Queries
Arrow notation for JavaScript Functions. I find they detract from legibility when reading the source code of others, but they're fun to write for yourself :D
Sandeep Panda
co-founder, Hashnode
Couldn't agree more! :D
Rob
And not only that, they don't have their own this which means you can keep scope of this without having to silly things like var this = that; .
this
var this = that;