PSPrashant Sharmainprashu.hashnode.dev·Sep 11, 2022 · 2 min readJavascript interview preparation cheat sheetHi folks, today I will be covering few topics which are mostly asked in interview... 1. Scope The scope manages the availability of variables or we can also say that it determines the accessibility of variables. Types of Scopes in JavaScript: Block...00
PSPrashant Sharmainprashu.hashnode.dev·Aug 28, 2022 · 4 min read["Arrays in JavaScript"]Let's first understand what is array then will deep dive into its method. So Array is an object that represents a collection of elements. Declaration of an Array There are basically two ways to declare array: By array literal By using new keyword S...00
PSPrashant Sharmainprashu.hashnode.dev·Jul 24, 2022 · 2 min readBasic Git Command Everyone Should KnowLets first understand what is Git and its benefits, then we dive into its command. Git is know as Versioning Control which plays a very important role while development of any project. We can track what, when, who, where changes are made. Benefits I...00
PSPrashant Sharmainprashu.hashnode.dev·Jul 23, 2022 · 3 min readAll About MarkdownMarkdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. It is now one of the world’s most popular markup languages for writing formatted text. Markdown files are generally created by develop...01V
PSPrashant Sharmainprashu.hashnode.dev·Jul 17, 2022 · 3 min readMost Useful HTML TagsThere is no doubt HTML remains the foundation on which every webpage is build upon. HTML tags defines that how our web browser will display the content. With the help of different tags, a web browser can distinguish between an HTML content and a s...00