JSFiddle - React, Tailwind, and code Playground
by MegaScience
JavaScript
// https://stackoverflow.com/questions/7657824/count-the-number-of-integers-in-a-string
var F = ["Fart", "Foot"];
document.body.innerHTML = "gam3ch33tah".replace(/[^a-zA-Z]/g,"").length + "\r\n" + (F.length < 2 ? F[0] : F[1]);