Node js - day3
What is Node.js?
Node.js is a runtime environment that allows you to run JavaScript outside of the browser, on a server. Imagine you’re writing JavaScript code that isn’t for a webpage but for the server, where the backend logic runs.
Here’s a simple...
bisesh-blog.hashnode.dev19 min read