Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created July 15, 2022 16:22
Show Gist options
  • Select an option

  • Save Octagon-simon/c753d26fad93c92339ee6277bb892512 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/c753d26fad93c92339ee6277bb892512 to your computer and use it in GitHub Desktop.
//loop through object
for (let file of fileInpFiles){
//log current file
console.log(file);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment