drifterz28
9/21/2016 - 10:06 PM

cool.js

function cool() {
  console.log(arguments.callee.name);
  cool();
}
cool();