In this tutorial i am going to solve an assignment "Find a number even or odd using pure javascript" . We are using HTML5, you can use HTML 4 , code will run fine. First We have to check the give input is string or integer, so we use parseInt() function then created a variable check , check =...
Read More