#iwritecode
Read more stories on Hashnode
Articles with this tag
What are Strings? The string object is used to represent and manipulate a sequence of characters. 1.at(): This method takes the argument as an index...
The Array in Javascript helps store a collection of multiple items under a single variable name and has different methods to perform various...
What is variable? A Variable is a place holder/container for storing data. The general rule of declaring variables: must be identified with unique...
Media query is a technique that is introduced in CSS3 . It is used to make responsive webpages which helps targetting different types of devices. It...