Each folder (represents a trick) consists of the JS file and an image explaining the code snippet in detail .
All these tricks are taken from Simon Hoiberg 's Javascript cheatsheet .
Download the pdf from here -> 65+ JavaScript Code Snippets - With Explanations.pdf.
The pdf contains many more tricks as compared to this repo. I'll add them gradually .
- Follow the DRY (Dont repeat same stuff) principle .
- Add an appropriate example of the trick with it's advantages and disadvantages.
- Create a pull request and help other's to level up their skills .