I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
It's just a function, it's not a keyword. You can redefine it.
pkrumins$ node > typeof require 'function' > require = function (x) { console.log(x) } [Function] > require('meow') meowReply To This Comment