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: 8 months ago
JSON representation

A simple deque implementation in Javascript without using the this keyword

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.