ASAbhijeet Sharmainabhijeet98.hashnode.dev·Aug 27, 2022 · 4 min readArray MethodsWhat is an Array? An array is a data structure that is used to store different elements in a single variable. Arrays are commonly used in programs to organize data so that a related set of values can be easily sorted or searched. Array methods are bu...00
ASAbhijeet Sharmainabhijeet98.hashnode.dev·Aug 19, 2022 · 5 min readTailwind CSS For BeginnersWhat is Tailwind CSS? Tailwind CSS is a framework that provides a collection of low-level utilities that help you build fast and maintainable web pages. It is highly focused on a mobile-first approach. Tailwind’s goal is to make it easier for develo...00
ASAbhijeet Sharmainabhijeet98.hashnode.dev·Aug 18, 2022 · 1 min readHTML & CSS:My Learning JourneyHello everyone. My HTML & CSS journey started 2 months ago before I joined the Hitesh Choudhary Sir, Full-Stack Javascript Bootcamp. I am learning HTML, CSS, and Javascript, but I am not feeling as confident as I feel today, and this is all because o...00
ASAbhijeet Sharmainabhijeet98.hashnode.dev·Aug 3, 2022 · 4 min readCSS Flexbox:Cheat SheetIn this article, I'll be explaining the most popular CSS property, known as Flexbox. Let's begin the learning process with examples. Firstly, the basic syntax to use flexbox: .container{ display: flex; } Output: The above syntax will enable all ...00
ASAbhijeet Sharmainabhijeet98.hashnode.dev·Jul 23, 2022 · 1 min readMarkdown Cheat SheetMarkdown is a syntax that is used to format text on web pages. You're "formatting" text when you add bold, italics, numbered lists, bullet points, headings, and so on. You can also think of it as a text to HTML converter tool. Its extension is .md. ...00