A simple todo list app with Postgres database.
ReadModals are one of the most vital component of UI elements on the web. they provides a solid foundation for creating dialogs, popover etc. In this article we will see how to build our own modal component in react. Here is the snapshot of how our modal component will look like.
ReadWe all know that == and === are comparison operators in JavaScript, But == is the equality operator that converts the operands if they are not of the same type, before making the comparison. While the === is called the Identity/strict equality which return true if the operands are strictly equal.
ReadFunctions are a collection of statement either named or unnamed that performs a task, and can be called from elsewhere within a JavaScript program
Read