Skip to content

impactbyte-gon/learn-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn DOM

FORM SUBMIT PSEUDOCODE

  • Prepare ul node to be used later
  1. Call onsubmit function
  2. Get value from input box
  3. Create li node
  4. Append the value as a textNode into the li node
  5. Append the li node into the ul node
  6. Get the input box element, then empty out the value from that input