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.
I have added random tests.
Ill look to add something else to it regarding the conditial statments. Just starting to get to grips with how to create them.
Should all be done add right now ;-)
No it is ok i get him the scenario is bug fixing but the problem is not bug fixing, changed to fundamentals. And the blank javascript i am not sure why it is even there
there is a type mismatch between u128 and u64 in the test code when using rust
function currentTime(){
const current = new Date();
const Time = current.getHours() + ":" + current.getMinutes() + ":" + current.getSeconds();
console.log("'The current time is " + Time + "'" );
}
currentTime()
So why does this fail the assesment it logs the time as requested but fails all the tests mind is boggled