Skip to content

Instantly share code, notes, and snippets.

(function () {
'use strict';
var wow = ['', 'wow\n'];
var adjs = 'so such many much very'.split(' ');
var colr = ['ff0000', '00ff00', '0000ff'];
var randomizr = function (a) {
return a[Math.floor(Math.random() * a.length)];