Skip to content

Tag: node.js

Return File Data With A Custom Function

I am building my own project (website) and I am trying to create a renderTemplate function to return HTML files but I don’t how to return data from the file Here is quick example of what I am doing I made sure the file.txt exists, ran the code and got undefined in the output Answer Because render doesn …