Closed joshmh closed 10 years ago
When running the original code in Chromium 29.0.1547.65, I was getting:
"Uncaught RangeError: Invalid array length", source: /js/jed.js (139)
Adding the alternate syntax with the 0 argument solves it. All tests pass.
:thumbsup:
When running the original code in Chromium 29.0.1547.65, I was getting:
Adding the alternate syntax with the 0 argument solves it. All tests pass.