I want to make a simple javascript countdown program. For some reason the countdown triggers without me having to click the start link.
That's because startCountDown() calls the function startCountDown. Remove the parentheses, and it'll work.
startCountDown()
startCountDown