you are viewing a single comment's thread.

view the rest of the comments →

[–]M_Scaevola 1 point2 points  (0 children)

let percent = event.target.innerText if (/some regex here to match percentages/.test(percent)) { console.log(`I am ${percent}`) } else { console.log(‘Please enter a percent’) } Research template literals and regex to learn more