@arunkumarnepa
Nothing here yet.
Nothing here yet.
Nov 24, 2025 · 2 min read · What is Array ? Array is like a container that stores one or more values of different data types like number, string etc. Array Index in javascript starts with 0 and we can access array items using this index number. Array Syntax In JS, arrays a...
Join discussion
Oct 2, 2022 · 4 min read · Who converts code into web page? Web browsers - browsers can run the code and create the web pages. Inside web browsers, we have something called javaScript engine which executes the javaScript code. Browser reads through HTML and any javaScript cod...
Join discussion
Sep 10, 2022 · 5 min read · Scope What is scope? In simple terms, scope is nothing but a piece of area in our code where a variable is accessible to us. Types of scope: Global scope Block scope Function scope or local scope Let's go through each of this type. Global Scope:...
Join discussion
Jul 24, 2022 · 4 min read · Overview Lets start with the question what is Git?? Git is an version control system. Okay...but what exactly is a version control system. Version control systems are a category of tools that helps in tracking changes made to files by keeping a track...
Join discussion