Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.