garageScript / curriculum

GarageScript Curriculum
21 stars 163 forks source link

JS3/1 tests #339

Closed coltonehrman closed 4 years ago

coltonehrman commented 4 years ago

Added tests for people improperly checking if a key exists on an Object.

Ex. if (obj[key])