Closed tongrhj closed 8 years ago
Problem: “TypeError: Cannot assign to read only property '0' of Exercitation” when trying to run n5 Exercise
Solution: use uppercase + substring of word rather than modifying the string as if it were an array
Mine and @yongjun21's attempt to resolve this issue: https://github.com/timoxley/functional-javascript-workshop/issues/131
@cbas
Nice @cbas. I caught it eventually......
Problem: “TypeError: Cannot assign to read only property '0' of Exercitation” when trying to run n5 Exercise
Solution: use uppercase + substring of word rather than modifying the string as if it were an array