Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 397 Bytes

assignment-1.md

File metadata and controls

8 lines (6 loc) · 397 Bytes

ToDo Assignment

  1. Make a HTML form and have proper input fields as required for a resume.
  2. Get the values from the form by the use of document.getElementById('id_name').value after click of submit button
  3. Make a Simple template resume format and fit the picked up values in that template by the use of `${variable_name}` format as explained above.