Arrays | JavascriptIf you come from any other programming language background, you might probably know that array is a data type that contains a similar type of data elements. It can be an array of integers or strings, but not both. But here in Javascript, it’s a bit d...Jan 9, 2023·4 min read
Introduction to Web Servers and HTMLWeb refers to the large network of computers which contains web resources such as documents, multimedia, etc., and are made available to the users via web servers. Server Servers are software/hardware that provides services to other computer programs...Nov 25, 2022·4 min read