Circular buffer in JavaScript - by lonforce I was wondering whether anyone has already implemented a circular buffer in JavaScript? How would you do that without having pointers? Read the article