Read this: https://docs.codewars.com/training/troubleshooting#post-discourse
Return True if it is, False if not.
And that too.
This comment is hidden because it contains spoiler information about the solution
I meant this documentation: https://docs.codewars.com/training/troubleshooting/
Hi rowcased! Found the issue! Passed the test completely!
have you checked out the error message?
abcdefghijklmopqrstuvwxyz is not a pangram (n missing): expected true to equal false
because it tells you
n
true
perhaps you could try implementing this test in Chrome and see what happens
Your code not working is not an (= a bug in the kata). Please refer to the documentation (link on left panel).
Loading collection data...
Read this: https://docs.codewars.com/training/troubleshooting#post-discourse
And that too.
This comment is hidden because it contains spoiler information about the solution
I meant this documentation: https://docs.codewars.com/training/troubleshooting/
Hi rowcased! Found the issue! Passed the test completely!
have you checked out the error message?
abcdefghijklmopqrstuvwxyz is not a pangram (n missing): expected true to equal false
because it tells you
n
is missingtrue
fails that testperhaps you could try implementing this test in Chrome and see what happens
This comment is hidden because it contains spoiler information about the solution
Your code not working is not an (= a bug in the kata). Please refer to the documentation (link on left panel).
This comment is hidden because it contains spoiler information about the solution