JavaScript:实现寻找HCF算法
/*
*/
const findHCF = (x, y) => {
// If the input numbers are less than 1 return an error message.
if (x < 1
/*
*/
const findHCF = (x, y) => {
// If the input numbers are less than 1 return an error message.
if (x < 1