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.
Semicolon did the trick for me, too. I missed it in the instructions. (I guess I'm so accustomed to seeing JavaScript lines end with semicolons, I've learned to ignore them :)
@maliknur I think your HTML special characters need to end with a semicolon e.g.
<
instead of just<
.I always use
xmp
tag to see the real output. I.e.console.log('<xmp>'+formData+'</xmp>');
This comment is hidden because it contains spoiler information about the solution
This kata cannot be changed over 500 people have completed it.