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
Fixed a typo in the instructions for arrow functions and this (@joshwnj).
Updated a few dependencies, including Workshopper to v1.4.1 and Traceur to v0.0.84. This likely won't affect much. Famous last words; it broke everything. See v0.6.2.
Made count-to-6 run program.js work for exercises that require writing a module, instead of creating the correct output. (Namely, rest and default arguments, part 2.)