Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Finally it makes sense why I was only failing 1 test. Thank you for commenting this.
It's not the browser you should check, it's the Node's version.
According to MDN, all browsers aside from IE are compatible with the javaScript replaceAll method but it wasn't recognized. Is this not a desired way to solve this problem for some reason? I'm curious to understand! Thank you