Aditya Gupta

Aditya Gupta

Getting Form Data in Node.js

Getting Form Data In Node

When creating a to-do list application it is required to add a functionality of getting the to-do entered as input by the users, similarly, when creating a register page it is required to somehow get the entered username, password and…

Node.js MySQL Insert Record

Node Js MySQL Insert Record

We already have a tutorial on how to connect to the MySQL database using Node.js. Well, you can read it if you want to know, but it only allows you to interact with the database, what if you want to…

How To Get Type Of Object In JavaScript

How To Get Type Of Object In JavaScript

JavaScript uses objects everywhere, there are only a few primitive data types in JavaScript, and all the remaining data types are considered objects, these objects are of multiple types such as Boolean, Number, String, Array, Data, and Object.  Also Read:…