Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change exercise to require students to implement IIFE and invoke their own module #17

Open
jaywon opened this issue Nov 12, 2016 · 0 comments
Assignees

Comments

@jaywon
Copy link
Contributor

jaywon commented Nov 12, 2016

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.

@lorecrafting lorecrafting self-assigned this Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants