159 Commits (67f87a76c23d6205370b0620f82d5847f8a76688)

Author SHA1 Message Date
Dave Gauer 0552a62896 Added quiz 6 (and the trumpeting sounds grow louder) 4 years ago
Dave Gauer 5f7e9389d5 Added ex 48, additional comment on 46 4 years ago
Dave Gauer 077a779f3d Change default elephant tail to null (#25)
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!
4 years ago
Dave Gauer 42e6ebd2fe Add ex 47: methods 4 years ago
Dave Gauer f27601b558 Added ex. 46 optionals 2 - elephants! 4 years ago
Will Clardy bbe93b1f12 Add remaining patch files 4 years ago
Dave Gauer ca330b00bc Patches to patches to clean up patches 4 years ago
Dave Gauer 03a09639c6 Added testing ability
For the full details, see patches/README.md :-)
4 years ago
Dave Gauer 545573fc84 Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
4 years ago