I'm doing a number check, I need the script logic to be such that if the number in the variable was greater than 300 but less than 600, then it would do the function, if the opposite would include another check
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 ?