Monthly Archives: December 2016

A Simple Flashcard System in JavaScript

The JavaScript program below, when run, prompts for a lesson file, and, when one is provided, quizzes the user with the questions from it. When the user answers all questions correctly three times in a row, the lesson is counted … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Accessing a Google API using OAuth2 in JavaScript

The instructions below describe how to create a JavaScript web application that accesses one of Google’s APIs using OAuth2. 1. If you have not already done so, install and activate a web server. If using Windows, the XAMPP package is … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment