Html – how to export an array from nodejs (server.js) to regular javascript(myscript.js)
I'm reading a line on NodeJS and insert it into an array however i need to export it to JavaScript file in order to use it there. however I'm having difficulty since the array arrives but outside the function it's…