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.
Fixed with a generalized description
This comment is hidden because it contains spoiler information about the solution
Fixed
Inputs are not strings anymore.
OP solved it, closing
You need to handle empty string cases for
name
&&cardname
. And remove rows having anull
priceIt can be edited now :)
updated description
also, you're not supposed to use the 2s complement representation, but the 'natural' binary writing e.g. -5 is -101 and +5 is +101
You most likely tried to modify the input string. I added the
const
qualifier to the prototypeRaised as issue
Huge coincidence: I've just been through a few katas from that series and your comment helped me figure out this one (not a big math guy)
Thanks!
Loading more items...