Can a user access dom in a node.js?
Answer / Somraj Dheeman
No, users cannot directly access the DOM in Node.js as it is used for server-side programming and does not have a browser environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of variable in node.js?
What is callback function in nodejs?
What is Streams piping in node.js?
How to check the already installed dependencies using npm?
What are the limitations of node.js?
How to send email using node.js?
What are the Challenges with Node.js ?
What is the difference between readFile vs createReadStream in Node.js?
Can you create http server in nodejs, explain with code
What is the global installation of dependencies?
List the types of application you can build using node js?
What is the preferred method of resolving unhandled exceptions in node.js?