MMMartin Mwendainjavascriptmasteryhub.hashnode.dev·Aug 19, 2024 · 4 min readUnderstanding Javascript var, let and constUpon the release of ES2015 (ES6), two new ways of variable declaration were introduced to javascript. The two new keywords introduced were, let and const. Earlier the var keyword was only used to declared variables. In this article we dive deeper and...00
MMMartin Mwendainjavascriptmasteryhub.hashnode.dev·Aug 16, 2024 · 2 min readUnderstanding Javascript VariablesHi, everyone today we are going to learn one of the basics in javascript What are Variables Variables are like containers used for holding or storing information. Declaring a variable in Javascript In Javascript they are three ways of declaring a var...00
MMMartin Mwendainkotlin.hashnode.dev·Aug 22, 2021 · 2 min readUnderstanding CSS Display PropertiesIn this article am going to break down the various CSS display properties. The CSS display property is fundamental for controlling how we render and display HTML elements on a webpage. The most common and important values for CSS display properties ...00