I meant this documentation: https://docs.codewars.com/training/troubleshooting/
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...
I meant this documentation: https://docs.codewars.com/training/troubleshooting/
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
Your code not working is not an (= a bug in the kata). Please refer to the documentation (link on left panel).