> function Fexp() { for (var v in this) { console.log(v) }; return this}from my running console. Was there an easier way?
> var ex = Fexp();
global
process
GLOBAL
root
setTimeout
setInterval
clearTimeout
clearInterval
console
Buffer
module
require
_
See http://nodejs.org/docs/v0.3.1/api/repl.html
No comments:
Post a Comment