Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Vivek Marakana
Vivek Marakana
16,412 Points

Stopwatch JS

Hi everyone, Hi, I have created an project here which is uses circlejs with many modification. Basically this plugin helps user to create stopwatch on a webpage. I need some feedback on this and am quite interested to making this more dynamic. Anyone with some comments or suggestions.??

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

Looks good so far!

Feature Idea: Make the space bar start/pause/restart the timer.

Suggestion: Only display tenths of a second when the timer is running. When it gets stopped display out to hundredths of a second. It might make make the animation a little more smooth.