An example of nested callbacks (callback hell) and a demonstration of how to write better code using JavaScript Promises.
Computer Science learning blog
An example of nested callbacks (callback hell) and a demonstration of how to write better code using JavaScript Promises.
Description of a dictionary Mozilla Firefox extension that shows word’s definitions when double-clicking on them.
Implementing an ant colony simulation with ants finding paths between food sources placed randomly and the nest.