https://github.com/natac13/nodejs-object-factory
This is a very simple example of an object factory module
https://github.com/natac13/nodejs-object-factory
Last synced: 3 months ago
JSON representation
This is a very simple example of an object factory module
- Host: GitHub
- URL: https://github.com/natac13/nodejs-object-factory
- Owner: natac13
- Created: 2015-09-02T17:33:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T17:35:43.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:51.618Z (about 2 years ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just me trying out the tutorial from the YouTube channel [thenewboston](https://www.youtube.com/user/thenewboston) video 11 which talks about object factory. These are objects that make other objects.
In the tutorial he does not invoke the constructor function in movie.js so I wanted to see if this could be done without having to call the constructor function after importing the module in each emily.js and natac.js; which are the modules representing the users.