I am running the following on the Chrome (Version 34.0.1847) Developer console: ``` > var mockArray = Mock([]); Object {} > mockArray.push("one"); TypeError: undefined is not a function ```
I am running the following on the Chrome (Version 34.0.1847) Developer console: