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
- Host: GitHub
- URL: https://github.com/vasanthk/js-tricks
- Owner: vasanthk
- Created: 2015-04-13T00:56:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T03:37:00.000Z (over 2 years ago)
- Last Synced: 2025-04-05T21:34:18.215Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)