Skip to content

Instantly share code, notes, and snippets.

@mtomcal
mtomcal / index.js
Last active August 29, 2015 14:13
requirebin sketch
// require() some stuff from npm (like you were using browserify)
// and then hit Rebuild to run it on the right
var _ = require('highland');
var B = require('bluebird');
var asyncArray = [];
function generator() {
var randNum = Math.ceil(Math.random() * 10);
var randTime = Math.ceil(Math.random() * 100);