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 version of Node.js required for this solution was added less than 5 months ago, so the solution has had much less time to collect votes compared to the current top 6-year-old solution.
this is the same answer i provided, but it seems like it's not the most popular one. the more popular ones are much more verbose, and i dont understand them. can anyone explain if there are any disadvantages to using this method?
you can't actually use the
input()
function here or whatever it is in the language you're writing in. you have to indicate name as the placeholder name that they use in the example sentence. that really threw me off as the question requested for input.