KLKirti Lulleinkirtiblog.hashnode.dev·Jan 28, 2024 · 3 min readHow JavaScript Engine Works?JavaScript is a high-level, interpreted programming language that is primarily used for building web-based applications. But how does JavaScript actually work? Let's break it down. Parser: The first step in the process is parsing where JavaScrip...01D
KLKirti Lulleinkirtiblog.hashnode.dev·Jan 24, 2024 · 5 min readWhat is JavaScript ?JavaScript is a high-level, prototype-based, object-oriented, multi-paradigm, dynamic, interpreted or just-in-time compiled, single threaded, garbage-collected programming language with first-class functions and a non-blocking event loop concurrency ...00
KLKirti Lulleinkirtiblog.hashnode.dev·Mar 27, 2023 · 5 min readBlockchainBlockchain is a digital ledger or database that records transactions or information securely and transparently. We can think of it as a decentralized database that is maintained by a network of computers rather than a single authority. Blockchain rem...00