Filter different file types in JavaScript
Feb 25, 2022 · 2 min read · Introduction Suppose you have multiple files of different types in a directory. For example, let files = [ "index.html", "style.css", "utils.css", "logo.png", "background.jpeg" ] Now we want to segregate the CSS files and do some...
Join discussion

