This comment is hidden because it contains spoiler information about the solution
Your frustration is not a kata issue. Please see if this article or this article would be of any help. You are also welcome to visit channel #help-solve or #beginners on Codewars Discord and ask for help.
#help-solve
#beginners
I am getting frustrated because every exercise I do tells me that what is supposed to be inserted is undefined.
Your code is wrong, not a kata issue, what is ea?
ea
This is the relevant part of the error message:
NameError: name 'ea' is not defined
Why is it that it keeps telling me arr is undefined? Shouldn't arr be defined in the codewars import when the test is run?
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
Your frustration is not a kata issue. Please see if this article or this article would be of any help. You are also welcome to visit channel
#help-solve
or#beginners
on Codewars Discord and ask for help.I am getting frustrated because every exercise I do tells me that what is supposed to be inserted is undefined.
Your code is wrong, not a kata issue, what is
ea
?This is the relevant part of the error message:
Why is it that it keeps telling me arr is undefined? Shouldn't arr be defined in the codewars import when the test is run?