Brent's Code Logo

Brent's Code

This is a test

This is a test for the thing

test = () -> yo;
function foo(bar) {
  var a = 42,
  b = 'Prism';
  return a + bar(b);
}

Posts