amCoffee icon indicating copy to clipboard operation
amCoffee copied to clipboard

A CoffeeScript version of the Chrome Console.

Results 6 amCoffee issues
Sort by recently updated
recently updated
newest added

``` > 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 ![image](https://f.cloud.github.com/assets/462013/1379769/bf505bdc-3af7-11e3-8501-b5b4611e9766.png) ... which is pretty good and understandable. If I do the same in the amCoffee I get ![image](https://f.cloud.github.com/assets/462013/1379777/f57e87f6-3af7-11e3-870a-b3357c4ce2a7.png)...

https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeType

enhancement