6 kyu
The (un)defined truth
67pocesar
Loading description...
Puzzles
Games
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Where to start? Edit: Got it...
If you intend to forbid not just
"String"
but alsoString literals
, you should say so. Same forNumber
andBoolean
.It's not terribly useful if you don't forbid
Object
andArray
literals as well, but this whole kata is not terribly useful. Or novel.alright, I'm editing the error output, and removing Object, Array and RegExp as well their literals
done, it should be pretty different from the "Hello World!" one, since I disabled operators as well
the error message is pretty clear on what went wrong now
Please update the description to indicate that quotes and backticks are banned as well ;-)
Edit: and
eval
done!
This comment has been hidden.
It should be clear now ;-)
https://www.codewars.com/kata/reviews/5a3e44fee0b2e5d570001564/groups/5a3e65cbe0b2e5e8e000176d :D