APAbhishek Patilindevabs.hashnode.dev路Sep 12, 2022 路 16 min read馃JS Interview Preparation Cheat sheet 馃Hola! Welcome back, In this article, we are going to master JS's important concepts in such a way that you won't be forgetting them again. So let's get started 鉃★笍 1. Scope and Scope Chain: 馃敪 1. Scope Here, let's learn what scope and a scope chain ar...00
APAbhishek Patilindevabs.hashnode.dev路Aug 28, 2022 路 4 min read馃敆 Master Arrays in JS 馃敆In this tutorial, you will learn everything about JavaScript arrays [] with the help of examples. 馃拵JavaScript Array In JavaScript, an array is a variable and it can hold different data type elements in it. Different types of data mean, it may contai...00
APAbhishek Patilindevabs.hashnode.dev路Aug 12, 2022 路 4 min read馃拵 What is flexBox? 馃拵Flexbox is a one-dimensional layout system that we can use to create a row or a column axis layout. 馃憠馃徎Properties of flexbox:- PART - I 馃敟1. flex-direction:- row (default) row-reverse column column-reverse 馃敟2. flex-wrap:- nowrap (default) wr...00
APAbhishek Patilindevabs.hashnode.dev路Jul 23, 2022 路 5 min readGit basics: What is Git? 馃Statement: Git is the most powerful tool in modern development. It doesn't matter in what language you develop. If you work on any development, you need Git! Let's have a look at what Git even is and why it's so important. This is a series around Gi...00
APAbhishek Patilindevabs.hashnode.dev路Jul 23, 2022 路 2 min readUnderstand Markdown In Easy Way馃殌Markdown has gained popularity because it's easy to use and it's widely accepted across platforms. You can use markdown to write content that can be conveyed in plain text. A good example would be a blog post. In this article, you'll learn what markd...00