URUpendra Rajputinupendra.hashnode.dev·Oct 28, 2021 · 1 min readArrays in JavaScriptIn JavaScript arrays is a special type of object which contain order list of values. It is often used when we want to store list of elements and access them by a single variable. Way to declare array.Example let userIds = [1230, 234, 1278, 984, 76...00
URUpendra Rajputinupendra.hashnode.dev·Oct 26, 2021 · 1 min readAll about JavaScript FunctionFunction is a store of steps that you take to perform certain action. Parameter and Argument Parameter Parameter is defined when defining a function . Parameter are the placeholder. Argument The value that pass when you calling a function. Argum...00
URUpendra Rajputinupendra.hashnode.dev·Sep 5, 2021 · 5 min readGit & GithubWhat is Git? Feature of Git Basic of how Git works Basic Git Workflow Github What is Git? Git is a version control system that keep tracking of changes to the file or setup files overtime so that you go back to the specific version later. Git is a d...00
URUpendra Rajputinupendra.hashnode.dev·Sep 2, 2021 · 3 min readUnix-an OverviewINTRODUCTION OF UNIX WHAT IS UNIX It's a family of operating systems - MacOS , Android , iOS , Linux etc. Windows is one of the main operating systems that doesn’t belong to unix OS family . As a developer you will need to learn some basic Unix comm...00