1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-29 02:31:19 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Dave Gauer
95bdff5bfd Add ex 50 'no values' (help further address #25) 2021-02-28 18:36:38 -05:00
Dave Gauer
2d205d9645 Added quiz 6 (and the trumpeting sounds grow louder) 2021-02-28 13:51:33 -05:00
Dave Gauer
b12afaa577 Added ex 48, additional comment on 46 2021-02-28 13:23:22 -05:00
Dave Gauer
88a6ae6d28 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!
2021-02-28 11:00:20 -05:00
Dave Gauer
7b165e8858 Add ex 47: methods 2021-02-27 16:52:57 -05:00
Dave Gauer
e32bd7ce30 Added ex. 46 optionals 2 - elephants! 2021-02-16 20:21:32 -05:00
Will Clardy
304489ca1f Add remaining patch files 2021-02-15 17:13:55 -05:00
Dave Gauer
44ccf4a0eb Patches to patches to clean up patches 2021-02-14 20:26:57 -05:00
Dave Gauer
6ccd55729e Added testing ability
For the full details, see patches/README.md :-)
2021-02-14 18:36:09 -05:00
Dave Gauer
acaf051e4c Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-14 10:49:09 -05:00