To make this pass: ``` js test("instanceof Date", function() { ok(new TimeShift.Date() instanceof Date); }); ``` Do `TimeShift.Date.prototype = new Date()`
To make this pass:
Do
TimeShift.Date.prototype = new Date()