JavaScript Array MethodsWhat is Array An array is an object that can store multiple values in one variable. The array can be represented by a square bracket[]. All the elements in the array can be separated by a comma(,). And the indexing of the array always starts from 0. ...Dec 19, 2022·4 min read
Introduction to web and htmlWhat is HTML HTML is an acronym which stands for Hyper Text Markup Language which is used for creating web pages and web applications. Let's see what is meant by Hypertext Markup Language, and Web page. Hyper Text: HyperText simply means "Text within...Nov 21, 2022·4 min read
CSS and it's Selectorswhat is css CSS stands for Cascading Style Sheet and it's a programming language used to define the style of a website together with HTML. While Hypertext Markup Language (HTML) is used to structure a web document (defining things like headlines and ...Nov 19, 2022·4 min read