HDHarshita Daswaniinharshitadaswani.hashnode.dev·Sep 15, 2021 · 6 min readWhat is Function in JavaScript?Functions are the bread and butter of JavaScript programming. Functions are one of the main parts of computer programs. They are widely used and are one of JavaScript's fundamental building blocks. It gives us a way to structure larger programs, red...01S
HDHarshita Daswaniinharshitadaswani.hashnode.dev·Sep 13, 2021 · 5 min readHTML Form for beginnersA webform, web form, or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms are one of the most important parts of the web. They can be used to enter data, collect data, retrieve search results from a ...00