skip to Main Content

How to Store and display user multiple input values to array in javascript? – Jquery

my task is to store user multiple input values in javascript array using push method the code is <body> <h3>employee form</h3> <div class="row"> <div class="col-md-6"> <form> <label for="id">Id</label> <input type="number" id="i1"/></br> <label>Name:</label> <input type="Name" id="name"></br> <label for="qty">Qty:</label> <input type="Qty" id="qty"/></br>…

VIEW QUESTION
Back To Top
Search