Can you post a link to the repl?
here is the repl:
You should not be calling the function on line 54 of myApp.js
I have passed the tests, the reason was using arrow function as a callback.
We have to use normal functions to pass.
Can you post a link to the repl?
here is the repl:
You should not be calling the function on line 54 of myApp.js
I have passed the tests, the reason was using arrow function as a callback.
We have to use normal functions to pass.