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.
same with me, but ( > ) this using code.
Very clever. It reads like an interval 🤓 For readability I would've added month < 13 ? 4: 0 -> in case the input is out of range.
Hello, I am so sorry, I started to work and received a lot of jobs to do :(
in my machine
console.log(quarterOf(14))
is equal 4
Welldone, I never knew you can chain multiple cases with ternary operator
I like your creativity. It's hard to follow, so I wouldn't recommend this in practice though
google "ternary".its hard to read ternary with more than 2 conditions, so a basic "if-else" for me is looking better.
Hi, indiamaris
I don't see any code written down in your sandbox. I get an error when I go to your sandbox, it says, "Error: Failed to read the 'localStorage' property from 'Window': Access is denied for this document."
How to read it?
return undefined
This comment is hidden because it contains spoiler information about the solution
Thank you
super idea
This comment is hidden because it contains spoiler information about the solution