JS Module vs Object literal

in OOP section of JS course last challenge is about IIFE function’s and module’s.
I completely understood what it is but I can achieve that by a normal object literal.
I want to exactly know the difference between a module and object literal.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.