NodeJS Essentials 19: Creating Modules

preview_player
Показать описание
In this tutorial, you'll learn how to create your own modules for your NodeJS projects so you can reuse your code

In the last few lessons we've learnt how to use the Node JS core modules and also NPM packages to create our own programs.

But when creating more advanced or complex programs you might want to store functions or values in one location and reuse them. This is where creating your own modules is useful.

In the tutorial you'll learn how to make your own Node JS modules in JavaScript that you can reuse in your Node JS projects. Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

Thanks for this awsome conceptual tutorial

minhazrabbi