I am new to Javascript and am seeing a lot of usage of exports and prototype in the code that I read. What are they mainly used for and how do they work?
//f
This video explains node.js module.exports and here is a resource which describes JavaScript prototype.