Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

269
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda