Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

275
Views
How can I make an array of the names of images in a sibling directory in javascript?

Currently, I have something like this

function iconPic(x){
    switch(x) {
        case 3: return "Icon2.svg";
        case 2: return "Icon1.svg";
        case 1: return "Icon.svg";
        default: return "Icon.png";
    }
}

Instead I want to have something like this

var icons = array_of_icon_names_in_the_icons_directory;

So icons[0] would output "Icon.png" and icons[1] would output "Icon.svg" and so on

I found somewhere that this can be done with require('fs') somehow, but doing that won't work in web browsers. I need it to work in web browsers.

The files are like this:

index.html
thisProgram.js
icons
    Icon2.svg
    Icon1.svg
    Icon.svg
    Icon.png
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!