TypeError: Cannot read property 'length' of null
at getLengthOfMissingArray (test.js:4:9)
at Context. (test.js:38:24)
at processImmediate (internal/timers.js:464:21)
what could be the reason for the test or my code ?
Basic tests
Test Passed: Value == 'TestCase'
Test Passed: Value == 'CamelCaseMethod'
TypeError: Cannot read property 'toLocaleUpperCase' of undefined
at sdd.forEach
at Array.forEach
at String.camelCase
at describe
at /runner/frameworks/javascript/cw-2.js:152:11
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at describe
at /home/codewarrior/index.js:18:5
at /home/codewarrior/index.js:25:5
at Object.handleError
main test passes without errors.
send attemp : value passed - always different 28 or 32 or 36
Time: 835ms Passed: 33Failed: 10 Errors: 1Exit Code: 10
TypeError: Cannot read property 'length' of null
at getLengthOfMissingArray (test.js:4:9)
at Context. (test.js:38:24)
at processImmediate (internal/timers.js:464:21)
javaScript .
thanks.
I have already found a solution.
I only fail Fixed Tests where I can see Fixed Tests.
Input Validation Tests -> true
Random Tests -> true
I don't understand what this error means
Basic tests
Test Passed: Value == 'TestCase'
Test Passed: Value == 'CamelCaseMethod'
TypeError: Cannot read property 'toLocaleUpperCase' of undefined
at sdd.forEach
at Array.forEach
at String.camelCase
at describe
at /runner/frameworks/javascript/cw-2.js:152:11
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at describe
at /home/codewarrior/index.js:18:5
at /home/codewarrior/index.js:25:5
at Object.handleError
one and the same letter but different registers is also a duplicate thanks .already fixed everything works)
one and the same letter but different registers is also a duplicate thanks
This comment is hidden because it contains spoiler information about the solution