#ineuronfullstackjavascriptbootcam20
Read more stories on Hashnode
Articles with this tag
Simply Array is to store multiple values in one variable. Syntax: const array_name = [item1, item2, ...]; ( Here we assign array literal to the...
"What is HTML element" The HTML element is defined by the starting tag and ending- tag. syntax : < tagname > content < /tagname > ex: <p>content </p>...
"What is the server?" The server is a program or a device which provides the functionalities or services to the other computers which are known as...