how to get file extension in react code example Example: javascript find file extension from string var ext = fileName.split('.').pop();