Exporting Multiple JavaScript Functions from a Node Module

preview_player
Показать описание
We are going to build on our last tutorial and look at how you can export more than one item from a node module. This is done using an object.

For more resources on JavaScript:

Courses offered on Udemy: Getting Started or Advanced Topics at a huge discount:

New Mastering Regular Expressions in JavaScript:

Tutorials referred to in this video:

Рекомендации по теме
Комментарии
Автор

Thanks a lot for sharing this tutorial. I was in dare need to have it implemented in my project.

SouravModak
Автор

nice I was in need to know that. I have a project that started without modules and now its so big I didn't want to export functions one by one, thanks

DRocksRecords