7 kyu
Is Undefined?
1,729 of 1,740matt c
Loading description...
Fundamentals
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.
false is not false true is not true
This is what I got. Such a nice kata
So, are we supposed to remove undefined values or create a function that determines whether a value is undefined? Based on the test cases, it seems the answer is the latter. Therefore, I'd suggest revising the description.
This solution should not have passed.
The test should be for strictly equal
undefined
, not almost, possibly after silently coercing values, equalundefined
.Probably 8kyu this one...
Due to recent updates to the babel and Node versions, there is something broken with the anti-cheat code. I tried to fix it myself but I have no idea what is going on. Until its fixed, this kata doesn't seem to be passable.
I'll look into it, thanks :)
This comment has been hidden.
This comment has been hidden.
These lines in the default Javascript user tests have the wrong error message:
This looks like copy/paste has gone wrong.
fixed :)
This comment has been hidden.
Great spotting, I'll apply a fix right away!
Fixed, thanks :)
This comment has been hidden.
sorry, that's something i've done wrong, i'll fix it as soon as i can