Our JavaScript workshops by our teacher Kelvin were amazing. He used examples that made us laugh and the workshops were quite easy, but learned me a lot of new tricks. It was good to have it next to our harder clock task we were programming around that time in C.
The first workshop was really easy for me. It was making a form in HTML and adding a little javascript to it. Because I was busy with the PHP Form at that time I added some of this to my PHP Form. You can read more about my PHP Form here. But when it became more advanced I made a new one.
The next workshop was about making a counter which counts milleseconds, seconds, minutes and hours. (A.k.a a stopwatch). This was very interesting for me because I learned how to use timestamps. When I got the hang of using timestamps I’ve used it to also add a stop and reset button.
In the last workshop we had to make a scoreboard. Here we learned more about objects and arrays.