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.
@TutulDevs maybe you have a typo in your code it happen to my a lot :). But if you wish you can share your solution and I will be happy to help you.
Happy holidays to everyone!.
Hello guys, Happy Holidays to all!
I check and run the code today and is still working.
I don't know how to show an image here, but the code pass the tests.
I think, it is just a pseudocode. He just described how he would implement it, without actually implementing the function.
Hi, every time I run this solution in the console, it's showing an error. 'Uncaught TypeError: ruleCondition is not a function'.
Can you please tell me the reason?
This comment is hidden because it contains spoiler information about the solution
my brain is sweating just by watching it 😅
great effort tho 👍
This comment is hidden because it contains spoiler information about the solution
I never decalre them unless they're needed.
You should, but it's not required. This way a function pollutes the global scope, and that's bad.
wow! Don't you have to declare const or let before the function expression name?
This comment is hidden because it contains spoiler information about the solution