I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?
I cannot use variables in Node.js codes.
-
This post is deleted!
-
@ocorex,
console.log()which outputs information to the BAS log, has only one argument, useconsole.log(`Link: ${link}`)or util.format()
