aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
AgeCommit message (Collapse)Author
2021-02-28Added quiz 6 (and the trumpeting sounds grow louder)Dave Gauer
2021-02-28Added ex 48, additional comment on 46Dave Gauer
2021-02-28Change default elephant tail to null (#25)Dave Gauer
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all!
2021-02-27Add ex 47: methodsDave Gauer
2021-02-16Added ex. 46 optionals 2 - elephants!Dave Gauer
2021-02-15Add remaining patch filesWill Clardy
2021-02-14Patches to patches to clean up patchesDave Gauer
2021-02-14Added testing abilityDave Gauer
For the full details, see patches/README.md :-)
2021-02-14Added ex 45 optionalsDave Gauer
(And secretly added the patches/ dir. Don't tell anybody!)