You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lecture slides show module pattern as an IIFE that's output is stored in a variable but the exercise just has them write a function that the test invokes and then calls methods upon.
We should be consistent and have the students invoke their own module and tests should just run against the global module variable.
Also, may want to add a note to pay attention to the tests to know which methods the module needs to reveal.
The text was updated successfully, but these errors were encountered:
Lecture slides show module pattern as an IIFE that's output is stored in a variable but the exercise just has them write a function that the test invokes and then calls methods upon.
We should be consistent and have the students invoke their own module and tests should just run against the global module variable.
Also, may want to add a note to pay attention to the tests to know which methods the module needs to reveal.
The text was updated successfully, but these errors were encountered: