javascript gcd
By Gwendolyn Cole at Jul 02 2020
Write a JavaScript function called “GCD()” that takes the values from “Number 1“and “Number 2” then calculate the greatest common divisor of the two numbers and show the result as alert.
By Marshall Osinski at Dec 11 2020