open_in_new
content_copy
const percentageMatch = (y / x) * 100; console.log(`Percentage Match: ${percentageMatch}%`);