ABakshay Barapatreinaksh.hashnode.dev·Sep 11, 2022 · 4 min readJavascript Interview Preparation Cheat SheetWhat is Scope in JavaScript...?? "The scope is a policy that manages the accessibility of variables. A variable defined inside content is accessible only within that scope, but inaccessible outside. In short, we call scope as visibility of a variabl...00
ABakshay Barapatreinaksh.hashnode.dev·Aug 27, 2022 · 3 min readWhat is the array method in JavaScript?what is an array in javascript ?? In simple words, an array is an object that can store multiple values at once the syntax for array declaration const arrayName = [ elements]; ex : const country = ['India' , 'Australia ' , 'New Zealand ' , ' Germany]...00
ABakshay Barapatreinaksh.hashnode.dev·Jul 23, 2022 · 2 min readWhat is a Markdown file ??Hi everyone, in this blog I am going to write about markdown file every time you open a git profile there are so many files available one of them is the README.md file ever wonder what this file does or important of that file and what is that .md...00
ABakshay Barapatreinaksh.hashnode.dev·Jul 17, 2022 · 3 min readAll about Meta tags for SEOMeta Tags ✋Hi Readers, Today I am writing about Meta tags in HTML, In HTML there are Five most essential types of Meta tags. The meta tag is significant for SEO purposes so we can rank our website better and usually we write meta tag inside head tag...00