turingschool / front-end-curriculum

Turing Front-End Engineering Curriculum
http://frontend.turing.io
109 stars 120 forks source link

Check JS Foundations for tests requiring impurity #680

Open wvmitchell opened 1 year ago

wvmitchell commented 1 year ago

Description

In seeing students solve the current (new) JS foundations, some of the tests cannot be passed without creating an impure function. None of the tests should require this.

Summary of Changes

Note