amCoffee
amCoffee copied to clipboard
A CoffeeScript version of the Chrome Console.
``` > window RangeError: Maximum call stack size exceeded at Object.window.__amCoffee__.process (:5:471) at Object.window.__amCoffee__.process (:5:500) at Object.window.__amCoffee__.process (:5:500) at Object.window.__amCoffee__.process (:5:500) at Object.window.__amCoffee__.process (:5:500) at Object.window.__amCoffee__.process (:5:500) at Object.window.__amCoffee__.process (:5:500)...
So I realize I could do `window.x = 'hi'`Enter`alert x` But I'm used to doing things like `x = 'tempVal'`Enter`alert x` Unfortunately, `x` is undefined in the second command. Is...
When I query for `$(document)` in the normal console, I get  ... which is pretty good and understandable. If I do the same in the amCoffee I get ...