-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAKE IT MODULAR another verify error #537
Comments
Hey, which node version are you using ? @locdoan12121997 |
please take a look at #500 |
@locdoan12121997 your module is defined as
so function() expects three input parameters, dir = directory to parse, ext= file extension to filter and callback. callback must be a function that prints out error or result list. Intead of printing out the file name inside module you must print this info in your callback function, defined as parameter or somewhere else in caller.
|
@locdoan12121997 Still stuck? |
I'm getting an error when verifying the "Make It Modular" exercise.
Here's my make-it-modular.js:
My module named filtered-ls1.js:
And here's the output when I run learnyounode verify make_it_modular.js:
The text was updated successfully, but these errors were encountered: