Math Quiz Maker Free Addon for Docs Have FUN

Keep your kids busy with Math Quizzes, Free addon for Google Docs create fun Math quizzes, even adults test your knowledge. https://workspace.google.com/marketplace/app/math_quiz_maker/708278458140?hl=en-CA Simple Add on to Generate Random Math Questions within you Google Docs. You select the number of questions, the values of the numbers and the operators you want in the questions. Magically creates … Read more

Best Deals Pre Black Friday Sale

Use the promo code EARLY1-22 to get the BEST PRICE POSSIBLE on my courses! I’ve selected the below courses for you! JavaScript Dynamic Web Pages AJAX 30 Projects APIs JSON https://www.udemy.com/course/ajax-json/?couponCode=EARLY1-22 Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=EARLY1-22 Google Apps Script Complete Course New IDE 100+ Examples https://www.udemy.com/course/course-apps-script/?couponCode=EARLY1-22 Complete JavaScript Projects Course … Read more

How to Set Up GitPages within GitHub quick Git getting started guide local to GitHub files

Git and GitHub Pages Quick Setup GuideGo to https://github.com/ and create an account. Then setup a new repository. Click the Green Code button in the drop down menu to get the HTTPS URL for the repo. You will need this to clone the repo to your local machine. Open your editor, I am using https://code.visualstudio.com/ … Read more

How to create a simple JavaScript game from scratch Lock Combo Guessing Game with source code

Lock Combo Guessing Game Dynamic number of lock slots, guess the correct combination to open the lock. When the guess is incorrect the background of the lock slot will be blue for too low and red for too high. Use the hints to select and guess the correct values for each slot. Once all the … Read more

Randomize Array values in place with sort() method in JavaScript

Randomize Array values in place with sort() method in JavaScript Use the sort method in JavaScript, notice the difference in values using a positive one and a negative one value in the return of the anonymous function within the sort parameters.  If you use Math random to return randomly a negative or positive value this … Read more