Word Cloud API

General A word cloud is a tool that represents the frequency of words in text. I’ve taken D3’s word cloud plugin, and did 2 things: Engulfed it with an angularjs …

Promises are meant to be chained

How is the use of javascript promises supposed to be different from the use of mere callback functions? Promises (promise objects) are sometimes called “thenables” because one of their primary …