ga-wdi-boston / js-modules-study

Other
0 stars 107 forks source link

Checkpoint2 #90

Closed cshea93 closed 7 years ago

cshea93 commented 7 years ago

Had a bit of trouble grasping what we were supposed to be doing in common.js...

We were creating a module...but how?

Comfort: 2 Clarity: 2

bernardlee commented 7 years ago

You were creating a module by including it in module.exports. Feel free to ask if you want more clarification on this topic.