#webdev
Read more stories on Hashnode
Articles with this tag
React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Concurrency refers to having more than one task in progress at once,...
JavaScript has three ways to declare variables. var width = 100; let height = 200; const key = "Tech Talks"; var The scope of a variable defined with...
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known...