PPP PRAKASHincli-git.hashnode.dev·May 23, 2024 · 10 min readA(Synchronous) JavaScriptIntroduction Before understanding how asynchronous JavaScript (JS) works, let's get to know how JS code is executed. The code execution has two phases,which are Memory Creation phase and Code Execution phase. In memory allocation phase, each variable...00
PPP PRAKASHincli-git.hashnode.dev·Apr 30, 2024 · 3 min readGIT - Version ControlVersion control is the system that tracks and records of the versions of files, so that people working on the same code can track and see their all versions of code. Also, usually project is moduled into parts and assigned to individuals in teams, a ...00
PPP PRAKASHincli-git.hashnode.dev·Apr 30, 2024 · 4 min readCommand Line Interface (CLI)Why CLI ? Before knowing what is CLI, one should know why CLI is used and it's significance. To get our work done we need to communicate with system, for example to create ten files in a folder we right click and create a new folder which is one way ...00