Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
var defined = require('../');
|
||||
var opts = { y : false, w : 4 };
|
||||
var x = defined(opts.x, opts.y, opts.w, 8);
|
||||
console.log(x);
|
||||
Reference in New Issue
Block a user