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.
ASI is not quite as evil as some other JS features, but it's best not to rely on it.
No, JS automatically performs semicolon insertion so it doesn't matter (at least when line breaks are not involved)
I loved this! Thank you, learned a lot here.
Object.keys
is only supported in IE9 and above, so not without a polyfill.See here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys
It's very nice solution, but does is work in IE8?
I'm noobie in JS and wants to know.
Thank you)
Beautiful solution. I had learned the using of map.