1var defined = require('../'); 2var opts = { y : false, w : 4 }; 3var x = defined(opts.x, opts.y, opts.w, 8); 4console.log(x); 5 6