“How do I activate my Node.js function from another JS file?”
I have a database where i store all of my users that log in into my website and wanted to make it possible for them to delete their acc. So i made a function that works and can delete users…