Showing the various tutorials I followed as a part of the electronics starter kit I purchased.
Tutorials
Date started: 25th December 2019
Calculator - Version One
Date created: 30th July 2019
I was pretty excited to have succeeded in creating this calculator.
Times Tables - Version Six
Date created: 28th April 2019
I have managed to get the times table quiz to generate random questions and look pretty good. Only about a page of code or two required.
Times Tables - Version Five
Date created: 26th April 2019
I have once again improved the times tables quiz. I re-wrote the whole quiz; removing the arrays and making the script more dynamic. Only 128 lines of code (inlcuding the html) which is about a 7th of the last quiz. The user interface could do with some improvements though.
Times Tables - Version Four
Date created: Early 2019
Well I managed to get a nice looking set of times tables with every set from 3 to 12. However it took 764 lines of code and involved a lot of copy and pasting. And whenever an error was found, the error was usually repeated 10 times and had to be tracked down.
Times Tables - Version Three
Date created: Early 2019
I managed to condense all of the questions into a single input and button element. It looks quite stylish as well.
Times Tables - Version Two
Date created: Early 2019
Here I was able to get the maths quiz out of pop-up windows and onto the html page. The downside of this quiz is that I had to create a seperate input and button for every question.
Times Tables - Version One
Date created: Early 2019
Just a 5 question quiz utilising JavaScript functions. Uses pop-up windows unfortunately.
Draw-A-Pic - Version One
Date created: 29th June 2019