I am using 0.3.1-pre Node.js
Doing this:
typeof global.parseInt
results in
\'undefined\'
Howeve
Defining variable in app.js without var, just like myvar='someval' makes it visible inside every .js in your project
app.js
var
myvar='someval'
.js