TMTasmiya Mullaintasmiya.hashnode.dev·Dec 20, 2022 · 4 min readArray Methods - JavaScriptWhat is Array? In programming, an array is a collection of elements that are stored in a contiguous block of memory. An array can be defined as a collection of variables that are of the same data type, and are referred to by a common name. The elemen...00
TMTasmiya Mullaintasmiya.hashnode.dev·Dec 5, 2022 · 2 min readIntroduction to Web and HTMLWhat is a Server? A Server is a software that is used to store the data, and files which are created locally on our system. What is a web server? As the name suggests, a web server is a computer that stores all the web pages and files , such as HTML ...00