clase de importación de JavaScript de otro archivo

// if the file is in the same folder
import './file';
// after this you can then use the classes from the other js file
RG73