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
yep, could submit now :)
Trying to solve this Kata in Typescript (I am really new to Typescript) but keep getting
error TS1128: Declaration or statement expected.
When running "test". The function itself is fine though (returns all green when running "attempt").
oh crap, forgot to delete the row "const textTidy = ..."
too easy
your solution is not using hooks at all since you cannot use hooks inside class components. so your import of useState and useRef is pointless. there is no need to use refs anyway if you implement a function component with hooks.
as the others said, needs a better description
omg i forgot a console.log in the code :D #facepalm
+1 for the issue with the missing random tests :)
This comment is hidden because it contains spoiler information about the solution
proper tests missing...
a bit of a pointless kata...should have the "fundamentals" flag.
This comment is hidden because it contains spoiler information about the solution
so embarrased by my code for this one, for some reason this was tough :)
this kata is ok but could be a lot more exciting (e.g. the colors could be written in a mix of upper/lowercase letters or in different formats (hex, rgb...)).
Loading more items...