LLalithainlalitha.hashnode.dev·Aug 24, 2022 · 4 min readString methods in javascriptIn this article, I am writing about the basic string methods in javascript What are strings? JavaScript strings are for storing and manipulating text. Now we will learn about the JavaScript string methods. Length The length of a string in JavaScript...00
LLalithainlalitha.hashnode.dev·Aug 24, 2022 · 3 min read3 ways to center a div in cssIn this article, I will tell you the ways I have used to center a div. Using CSS, you can center text in a div in multiple ways. Here we will learn the 3 ways to center a div. The first is by using position property, the second by using flex, and the...00
LLalithainlalitha.hashnode.dev·Sep 26, 2021 · 3 min readReact Components, Props, and JSX.React is one of the most popular JavaScript libraries for building user interfaces. Let's learn some of the basics of React like creating a component, the JSX syntax, and Props. What is JSX? JSX stands for JavaScript XML. It is a syntax extension of ...00
LLalithainlalitha.hashnode.dev·Jun 14, 2021 · 1 min read10 VS Code Extensions (Plugins) for developersVS Code is one of the best tools ever. Here are the 10 extensions in VS Code that might be helpful. Some of these extensions might already be used by us. In this guide let us explore some of the best extensions one should know. Bracket Pair Colorize...00