JavascriptHow to Use Confirm Dialogs in JavaScriptIn this tutorial, we'll learn how to use confirm() and how to show confirmation dialog before the user leaves the page.
HacktoberfestHow to Participate in Hacktoberfest 2021Through Hacktoberfest, both developers and open-source projects benefit a lot.
ReactHow to Use Google Charts in ReactIn this tutorial, we'll see how to use Google Charts in React by creating a simple React app with Create React App (CRA) either with hooks or context.