We left off last time having created a form, written HTML and CSS, initializing the variables and selecting two random integers within a range we specified. Our next step is to put those numbers into a problem. That function is shown below. // CREATING A PROBLEM function getProb() { $('#mathform').show(); […]