RRRishabh Rajpootinrishabh1.hashnode.dev·Oct 28, 2021 · 1 min readUnderstanding Arrays in JavaScriptArray is a special type of object which contains ordered list of values. Key of an array is indexed it starts from 0 and for each new element it keeps incrementing (0, 1, 2, 3, ......) it is defined by the JavaScript Creating an Array Empty object le...00
RRRishabh Rajpootinrishabh1.hashnode.dev·Oct 26, 2021 · 1 min readIntroduction of JavaScriptWhat is javascript ? JavaScript is the programming language of the Web. JavaScript is used to program a website. Why we learn javascript ? JavaScript is used to program a website. Javascript is used to add behaviour to any web page. To interact with ...00
RRRishabh Rajpootinrishabh1.hashnode.dev·Aug 31, 2021 · 3 min readUnix-an overviewWhat is Unix ? Unix is a family of operating system which is a set of program, It's act as a link between the computer and the User . 2 . How Unix works ? Unix is made up of three parts: (a) Kernel (b) Shell (c) Application (user apps) Kernel: The...00