https://github.com/theodesp/thisless-deque
A simple deque implementation in Javascript without using the this keyword
https://github.com/theodesp/thisless-deque
datastructures deque exercises javascript this
Last synced: 8 months ago
JSON representation
A simple deque implementation in Javascript without using the this keyword
- Host: GitHub
- URL: https://github.com/theodesp/thisless-deque
- Owner: theodesp
- License: mit
- Created: 2017-06-30T12:46:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T16:39:40.000Z (over 2 years ago)
- Last Synced: 2024-10-19T09:19:58.254Z (over 1 year ago)
- Topics: datastructures, deque, exercises, javascript, this
- Language: JavaScript
- Homepage: https://medium.com/@fanisdespoudis/this-less-javascript-development-128839c6559e
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thisless-deque
A simple deque implementation in Javascript without using the **this** keyword
Follow up on this [blog post](https-medium-com-fanisdespoudis-this-less-javascript-development-128839c6559e) for details.