Como trabajar con ficheros en javascript

Hola, tengo mucha experiencia en Visual Basic, algo en PHP, y hasta ahora no encontré info para operar con archivos en JS de manera sencilla. Alguien puede ayudarme?. Muchas gracias !!!

Hello @ale1garcia, and welcome to the MDN learning area. Dealing with JavaScript files is very similar to dealing with files in PHP. At a basic level there is no compilation step, and you just need to reference the files with the correct paths. We do have a basic guides to using files on the web: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files

Does this help?

Hi Chris, thank for your help, best regards.
AG