JavaScript Array and its MethodsWhy do we need an array in javaScript Let’s consider the situation where we need to store 50 numbers or need to store the name of 50 students. If we use simple variable or data type concept then we need 50 variables to store the data. something like ...Dec 18, 2022·9 min read
Introduction of WebWhat is Web The Web is the common name for the WWW(World Wide Web), is a collection of websites or web pages which stored in web servers that can be accessed by a Web browser. What is Website Also known as site. It is a collection of interlinked ...Nov 17, 2022·1 min read