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.
Its because at the very end there are non letters that they expect us to deal with. I believe its a string of "-.-"
What happens to
empty_return
if you callnato
twice? Tryconsole.log(nato("a")); console.log(nato("b"))
. What's the expected output? What's your output? If you can answer all those questions, you should be able to fix your problem. Also, please use code blocks to post code. Either```
backticks:Or indent your code by 4 spaces.
Good luck.
Ahem ;). That being said, you should provide more information. Which language, and what's your solution (mark as having spoiler content!)?
'Lambda' refers to either a keyword in some languages or an actual construct. In javascript, there are no 'lambdas', just functions in lambda-calculus-like format. Therefore, no.
You should always add both the code and the language. Otherwise one cannot help you. (Don't forget to mark your post as spoiler)