execution goes from top to bottom
delays function's order of execution
changing property with js modal.style.display = 'none'
form ...label for="input-id">L a b e l .../label... ...input type="text" id="input-id" name="label-name" placeholder="Example" ... /form... ....name.... for access to the form
== inside form will be taken submit button
preventing from submitting any info to browser(getting query string in url place) prevent any default browser behavior event any interaction with the page
will not submit data
using only if we changing HTML el.innerText if changing only text
collect key/value formfields
toggling(add/remove) to existing class in html class="reverse" inside javascript
(input property in html) used when we don't use label for input fields (for screen readers purpose)