Follow JavaScript naming conventions Instead of ```JavaScript getthedate() goforit() ``` consider ```JavaScript getTheDate() startClock() ``` This is the standard camelCase style.
Follow JavaScript naming conventions
Instead of
consider
This is the standard camelCase style.