Part of a complete node.js series, including the usage of Express.js and much more!
When working with node.js we’re using the concept of modules and anonymous functions a lot. Here are the basics!
Complete source code: https://github.com/mschwarzmueller/nodejs-basics-tutorial
Want to get some 1-on-1 coaching with experienced developers? Have a look at Savvy: https://www.savvy.is/?ref=9fee2b (Discount Code 9fee2b)
You can follow me on Twitter (@maxedapps), Facebook (https://www.facebook.com/academindchannel/) or visit our Website (https://www.academind.com).
See you in the videos!
Original source
15 responses to “Node.js – Tutorial – JavaScript Modules & Anonymous Functions”
i am not using any ide to manage files so how i will run them on server.I executed the very first application but now how would i run the modules together. Is there any command for that. Also my terminal is stuck at "node server.js" command .what to do ?
you are awesome Mindspace!
You're the best teacher for Node.js
iam facing error "Cannot set property 'myfunction' of undefined" , how can i resolve it?
Thanks for your excellent tutorial, I have a question – at time 6:06, you say that 2 requests send per request , why is that ?
thanks for the vid!
Thanks for your great efforts. Thanks a lot
I get the error "Module1.myfucntion is not a fucntion at at server.reqhand….."?why
what is callback function
Great video, but audio is not that good. to much echo.
Thanks
Max, your videos are really awesome. You are great at teaching!
It looks like Seth Rogen rsrs.
great video!!!
Awesome video.
Great job! This is one of the best basic tutorial of node on youtube. Many of them are outdated and not explained in that manner. Keep up good work c:
Are Anonymous functions similar to callback functions?