4 followers
I, Praveen Alluri, A network engineer, turned into a Developer. Also, a Mountaineer and a Huge Melophile. “TheYellowMultiverse” is my Blog name, Here I write Articles on a wide range of topics.
What is React JS? React is a javascript library to create a (UI) user interface based on UI Components. Jordan Walke created it at Facebook in 2011....
Topics ( Scope, Single Thread, Call Stack, Hoisting ) · This article will explain the Scope, Single Thread, Call Stack, and Hoisting concepts to...
Why not VAR? In general, the let keyword is used to declare variables. Although, there is another way to do it using the 'var' keyword. We find this...
Most used array methods in real-world · What is Array? In simple terms, An ordered list of values makes up an array. The term "Element" designated by an...
Yes, you should learn code. Everyone should know the code. Even if you are not trying to change your career, but WHY? It's the same question...
An Intro for Dummies · What Is Git? For coders, Git functions like a memory card. Suppose your project contains many files, including HTML, CSS,...