Skip to content
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

Can someone help me out here? #450

Open
boris-alexander opened this issue Jul 21, 2016 · 1 comment
Open

Can someone help me out here? #450

boris-alexander opened this issue Jul 21, 2016 · 1 comment

Comments

@boris-alexander
Copy link

Hi a few questions from a complete beginner

  1. Where am I supposed to find the documentation for all of these functions? Am I supposed to read the documentation or is there a part of the class i am missing?
  2. how does this work
list = list.filter(function (file) {
  return path.extname(file) === '.' + filterStr
})

Can someone give me a line by line explanation for this. what is it returning the t/f statement to? then the call back is something like callback(null, true/false)? That cant be. Im lost with this one. Too many functions that I dont know how to find, and too little explanation of what this is even doing.

Worth noting I have been able to make it this far no problem

@peppermints
Copy link

hi~here are some suggestions for you: @boris-alexander
If you are a beginner,I hope you learn a little bit of JavaScript's basic knowledge. And for this reason,you can‘t understand this code. Actually, this functions is very basic knowledge. As for what you say (find the documentation for all of these functions), I recommend you a mac app, Dash, it's what you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants