Do you have Node 12 or Node 14 selected when you submit? Tests indeed use Test while they should not, but for some reason they work for me.
I will take a look tomorrow.
I'm trying to submit my kata but dosen't work but it's work in console dev tools
Error :
ReferenceError: Test is not defined
at Context. (test.js:15:5)
at processImmediate (internal/timers.js:464:21)
the same code this answer is really clear and clean more practice than repeat
Node 14 ok as you want thank you again
Do you have Node 12 or Node 14 selected when you submit? Tests indeed use
Test
while they should not, but for some reason they work for me.I will take a look tomorrow.
I'm trying to submit my kata but dosen't work but it's work in console dev tools
Error :
ReferenceError: Test is not defined
at Context. (test.js:15:5)
at processImmediate (internal/timers.js:464:21)
What happened?!!
something happend !! here there is a problem with this kata
Read this: https://docs.codewars.com/training/troubleshooting/#expected-the-same and this: https://docs.codewars.com/training/troubleshooting/#post-discourse
This comment is hidden because it contains spoiler information about the solution