LILenin Irungbaminleninirungbam.hashnode.dev·Aug 27, 2022 · 4 min readArrays in JavascriptArrays In JavaScript, an array is a special variable that can store different data types and also allows to store duplicates elements. Each value is called an element specified by an index. Creating JavaScript Arrays There are three ways to create an...00
LILenin Irungbaminleninirungbam.hashnode.dev·Aug 16, 2022 · 4 min readLearn Markdown for beginnerWhat is Markdown? Markdown is a lightweight markup language to add formatting elements to plaintext text documents. Markdown was designed for the web, so it should come as no surprise that there are plenty of applications specifically designed for cr...00
LILenin Irungbaminleninirungbam.hashnode.dev·Jul 18, 2022 · 4 min readLearn CSS SelectorsTo style the content you want, CSS selectors are used to select the HTML elements(s) for styling purpose. Selectors are part of CSS rule set. To understand how selector works and their role in CSS, it's important to know the parts of a CSS rule. A C...00