Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 296 Bytes

File metadata and controls

9 lines (8 loc) · 296 Bytes

add-event-listener-to-button-to-handle-clickevent

add event listener to button to handle clickevent

instructions when click on the button, take the value from the input, create li element with the value, append the li to the ul (appendChild). reset the value of the input.