JavaScript Function Crib Sheet
Getting Lazy! So created a javascript function cheat sheet to share with the travellers here. Hope it will be help many of you.
The cryptsheet includes these functions and can be found here : https://github.com/alfredkam/jsFunctions
General Laziness::
- jquery toggle string
- jquery enter keyup event
Mathematical Functions::
- n choose r
- Binomial Distribution
- Probability Mass Function (Useful when wanted to create a bell curve)
- Summation
If the function your missing is not listed, comment below and i may be able to write one.