Decided to go back to school at 64, been doing pretty good until I ran into JavaScript. Maybe somebody could give me a help with this following situation?I got the HTML figured out.
Thanks
function findMultiples()
{
'use strict';
var multipleDetect = ' ';
var startingInteger = parseInt(document.getElementByID('startingInteger').value;
var endingInteger = parseInt(document.getElementByID('endingInteger').value;
Bookmarks