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.
This comment is hidden because it contains spoiler information about the solution
TypeError: Cannot read property '0' of undefined
at baseFinder (test.js:16:39)
at Context. (test.js:76:24)
at processImmediate (internal/timers.js:456:21)
i wish i could see the test code because it works for the beginning test
intresting thank you
For example the input is 98. Then it will return the string for '90'
This comment is hidden because it contains spoiler information about the solution
var re = /\b\w[e, é, i, í, ö, ő, ü, ű]\w/;
var na = /[\w[a, á, o, ó, u, ú]\w]$/;
is something wrong with my regex new to this
I have an if statement after but it is only returning nek
thxs
This comment is hidden because it contains spoiler information about the solution
what does this line of code mean
[...arr1, ...arr2];
I get the reduce method.
Nice