An open API service indexing awesome lists of open source software.

https://github.com/vasanthk/js-tricks

JavaScript tricks and tips
https://github.com/vasanthk/js-tricks

Last synced: about 1 year ago
JSON representation

JavaScript tricks and tips

Awesome Lists containing this project

README

          

# JS Tricks
JavaScript tricks and shenanigans

* [Array remove nth last item](js/array-nth-last.js)
* [Array sort numbers](js/array-sort.js)
* [Console log](js/console-log.js)
* [Faster Math.floor()](js/faster-math-floor.js)
* [Swap 2 variables](js/swap-two-variables.js)
* [Find a substring in an array](http://adam.merrifield.ca/2016/08/08/find-a-substring-in-a-javascript-array/)