how to create email validation in javascript

Hello friends, Welcome to your Techgsr.co blog. And today in this article we will developed how to create email validation in javascript  .So let’s go to our to. HTML  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <form> <p>Enter…

how to write nested loop in cpp

Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about  how to write nested loop in cpp.So let’s go to our topic #include <iostream> using…