get(function (){
console.log(' Hello world');
});
I have this js file that contains some message in a project folder in my node eclipse. I want access that js file to my current project folder using path. How to access that file to my current folder. Please give me the code for both js files for accessing and exporting. Please help me. Thank you
const modul = require('../other/project/modul.js')