JSFiddle - React, Tailwind, and code Playground
JavaScript competency 3
by tonytlwu
JavaScript
function getFileExtension(i) {
// i should be a string, but it may not be or have a file extension.
// return the file extension (without the period/dot) if it has one, otherwise false
}