Can a user access dom in a node.js?



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

Post New Answer

More Node.js Interview Questions

What is the use of variable in node.js?

1 Answers  


What is callback function in nodejs?

1 Answers  


What is Streams piping in node.js?

1 Answers  


How to check the already installed dependencies using npm?

1 Answers  


What are the limitations of node.js?

1 Answers  


How to send email using node.js?

1 Answers  


What are the Challenges with Node.js ?

1 Answers  


What is the difference between readFile vs createReadStream in Node.js?

1 Answers  


Can you create http server in nodejs, explain with code

1 Answers  


What is the global installation of dependencies?

1 Answers  


List the types of application you can build using node js?

1 Answers  


What is the preferred method of resolving unhandled exceptions in node.js?

1 Answers  


Categories