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.
investigate the function unescape()
what the imput string here? a=a%26b%3Dc%3F ?
Read the description more carefully. It says:
You did not decode the URI components.
I am getting this error:
Expected property "a" to be "a&b=c?" but was "a%26b%3Dc%3F". Expected output
{"a":"a&b=c?"}
Need help.
Thank you so much for detailed explanation.
You are meant to divide each the box of 9x9 into sub-boxes of 3x3. You are only meant to have each number once in each column, line and sub-box. You are only meant to have each number once in each column, line and sub-box. However the numbers 1, 2 and 3 all appear 3 times instead of once and 4-9 appearing once as well.
From
@myjinxin2015
:From
@bkaes
:Expected 'false' on input of
- Expected: false, instead got: truePlease check this test case.