Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T16:39:40.000Z (11 months ago)
- Last Synced: 2024-10-03T07:23:11.236Z (about 2 months 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** keywordFollow up on this [blog post](https-medium-com-fanisdespoudis-this-less-javascript-development-128839c6559e) for details.