https://github.com/parthpanchal123/js-ninja
A collection of Javascripts must know tricks and trips for becoming a better dev and ramp up your Js game .
https://github.com/parthpanchal123/js-ninja
cheatsheet developer good-practices javascript tricks
Last synced: 12 months ago
JSON representation
A collection of Javascripts must know tricks and trips for becoming a better dev and ramp up your Js game .
- Host: GitHub
- URL: https://github.com/parthpanchal123/js-ninja
- Owner: parthpanchal123
- Created: 2021-06-22T11:34:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T06:00:08.000Z (almost 5 years ago)
- Last Synced: 2023-10-20T22:16:20.403Z (over 2 years ago)
- Topics: cheatsheet, developer, good-practices, javascript, tricks
- Language: JavaScript
- Homepage:
- Size: 8.82 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README

Js-Ninja : A collection of cool javascripts tricks and tips that helps you become a better Js dev .



### 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](https://github.com/SimonHoiberg) 's Javascript cheatsheet .
_Download the pdf from here_ -> [65+ JavaScript Code Snippets - With Explanations.pdf](https://github.com/parthpanchal123/Js-ninja/blob/master/Resources/65%2B%20JavaScript%20Code%20Snippets%20-%20With%20Explanations.pdf).
The pdf contains many more tricks as compared to this repo. I'll add them gradually .
## Contributing
- 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 .
### Do 🌟 the repo if you learnt something and tweet to [Simon Hoiberg](https://twitter.com/SimonHoiberg) giving him feedback for this amazing resource.