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.
The recent kata doesn't have php 7.0 to print inputs . We cant print on the php 7.4
Oh, Thank you Chrono79
you're not helping. I mean i can't even print a simple string.
I did other kata, and i can print (in php) but not in this kata
edit: I found a difference in output :
-this one show "details" and doesn't show what i print,
-others show "log" and can show what i print
Hello
I m using PHP, and i didn't suceed to print the input .
I tried var_dump, print_r, echo ... own function to show with console.log().
How i can show the inputs?
ps: I tried JavaScript, and it works with console.log()