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.
Thanks for the heads up and the solution to it ;)
fixed 👍
the image is gone yet again >:) though it can still be viewed by visiting the link. After some research, it seems Google Drive now forbids the /uc URL scheme to be used for embedding.
In order for it to embed, the link should be changed from:
to:
this is how Java works,
dateFormat.parse()
can throw aParseException
, you must eithercatch
it or declare your method as throwing aParseException
. option 2 is not possible, because the tests do not expect your method to throw an error. So you have to usetry/catch
Right, it's not always true. Clarified it in the description
C translation
this is not true, for example 2015 has 53 weeks and is not a leap year; while 2012 is a leap year and has 52 weeks. The leap week does not systematically fall within the leap year.
.every function will stop on first falsy value
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every?retiredLocale=de
missing the config threshold limit thing (sample tests at least)
This comment is hidden because it contains spoiler information about the solution
I thought my solution is the ugliest...
thanks for the hint - uploaded again
image is gone again
Amazing! 👏🏻👏🏻👏🏻
Loading more items...