Chunte's picture
Chunte HF staff
Upload 1033 files
d8f0e51 verified
raw
history blame
123 Bytes
var defined = require('../');
var opts = { y : false, w : 4 };
var x = defined(opts.x, opts.y, opts.w, 8);
console.log(x);