Write a program to tell you how many birthday candles a person would have had on their cakes total if every year they had an accurate number of candles to birth years on their cakes.
Example method call:
candle_count('01-01-2014')
# => '0 candles have burned for you'
candle_count('01-01-2012')
# => '3 candles have burned for you'
candle_count('30-11-2012')
# => '1 candle has burned for you'
candle_count('26-07-1970') # 44 years old
# => '990 candles have burned for you'
If you did this in Ruby, do it again in javascript, and vice versa.
https://gist.github.com/epoch/fe87eacb9a469965cab9