Hacker Doge
Hacker Doge
` // extend prototype objects // String if (!String.prototype.hasOwnProperty("repeat")){ String.prototype.repeat = function(num){ return new Array( num + 1 ).join( this ); }; } if (!String.prototype.hasOwnProperty("endsWith")){ String.prototype.endsWith = function(str){ var myRegExp...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior I ran Axolotl around two...