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.
Ah, thank you for clarifying. Cheers!
CW uses Node v6.6.0, which doesn't have
Object.values
yet because it's only proposed in ES2017, and so only Node 7 and above supports it:http://stackoverflow.com/a/40421941
http://node.green/
"Object.values is not a function"
Works in every other case except this one. I've tried selecting "Node/Babel" but no dice. My code works in all other test environments I've tried (babel-node, jsbin).