AAmandeepinprojection.hashnode.dev·Jul 20, 2022 · 2 min readTranspiling vs CompilingIn this blog I majorly explain what transpiling is, and what makes it different from compiling. Compiler A compiler is basically a program that translates code written in one programming language, into another language. Generally, this term is used ...00
AAmandeepinprojection.hashnode.dev·Jul 20, 2022 · 3 min readTemporal Dead Zone (TDZ) in javascriptWhat is Temporal Dead Zone (TDZ) A temporal dead zone (TDZ) is the area of a block or scope where a variable can not be accessed until the computer completely initializes it with a value. What is a Block or Scope ? A block is a pair of braces "{....00
AAmandeepinprojection.hashnode.dev·Jul 20, 2022 · 3 min readWhat is browser cache?Cache (pronounced as cash) As we are in 21st century This word "cache" is very friendly to us, either we are using smartphone or any similar devices. Most of the times we get a notification to clear the cache and just in one tap our cache gets wip...00