Mirza LekaJavaScript: Quick StartJavaScript is a high-level programming language primarily used to create interactive and dynamic content on the web. It is also used for…Oct 13, 2024Oct 13, 2024
Mirza LekaTruthy and Falsy in JavaScript & How to Toggle Between?Tips and Tricks to improve the way you write JavaScript.Dec 15, 20233Dec 15, 20233
Mirza LekaJavaScript Module SystemThis article focuses on the importance of modules in JavaScript, the two most popular implementations, and demonstrates how to apply them.Feb 6, 20242Feb 6, 20242
InThe StartupbyMirza LekaMany ways of using Destructuring in Modern JavaScriptDestructuring is without a doubt one of my favorite features of JavaScript language. It’s main purpose is to improve your code and…Jul 4, 20192Jul 4, 20192
Mirza LekaExtending Core classes in JavaScript, TypeScript & C# .NETThis article will teach you how to add custom methods and properties to built-in JavaScript/TypeScript classes using Prototype &…Apr 20, 2023Apr 20, 2023
Mirza LekaAsynchronous JavaScript — Why it mattersCallback, Promises, Async Await. We use these keywords when fetching data from an API, when creating delays or awaiting database calls…Aug 9, 2022Aug 9, 2022