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.
Of course! Thanks for taking the time to help me out. I really enjoyed your kata.
This comment is hidden because it contains spoiler information about the solution
OK, will do. I have jest tests running locally and they all pass with the code as is. Not sure why it doesn't run in the Codewars environment.
TypeError: x.map is not a function
at rowData.map
at Array.map
at toTable
at Test.describe
at /runner/frameworks/javascript/cw-2.js:152:11
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at Object.describe
at /home/codewarrior/index.js:71:6
at /home/codewarrior/index.js:78:5
at Object.handleError
Not sure what's going on, but the tests are complaining when I use .map on any arrays. Do I have something misconfigured?
How do I modify an existing kata to support another programming language? I just completed a kata in javascript but the only language supported is haskell.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Bummer. Thanks for letting me know.
This comment is hidden because it contains spoiler information about the solution