You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oldestCat= (data) ->oldest=nullfor name of data
cat= data[name]
---unless'death'of cat
+++unless'death'in cat
if oldest isnulloroldest.birth>cat.birtholdest= cat
oldest?.nameshowoldestCat catData
The text was updated successfully, but these errors were encountered:
file: interactive-coffeescript.html
Exercise 18
Solution:
The text was updated successfully, but these errors were encountered: