Carol Codes logo Carol Codes
About Student Coding Website-Recreations A little Fun I Have Thoughts

Using Onclick and an Eggtimer in Javascript

Thursday, April 24, 2025
#javascript
Share

This is the first project from the textbook that I mentioned in the last post.

It’s a musical mood board.

This was my first opportunity to really practice implementing

  1. onclick
  2. images
  3. music

in making things happen in JavaScript.

Here it is.

Musical Mood Board in JavaScript

To see the other projects, I mentioned in that post, see below.

  • My Fitness App Version #1: Simple
  • My Fitness App Version #2: Photos
  • Vacation Daydreaming Slideshow

Other Posts

Apr 27, 2025

The Danger Zone Of Becoming A Cut-And-Paste Coder

Yesterday, I asked myself a question, “Could you pass a coding exam?” A lot of companies administer a coding exam before hiring someone as a sof...

#i-have-thoughts #progress-notes
Mar 23, 2025

Javascript- I understand this so far

As I have previously mentioned (I think). I’ve known html for years. I’ve known a tiny little bit of css that I learned in one of those crash cou...

#javascript #student-coding