AlexandraEmbarking on a React Adventure? First, Master These 5 JS concepts! 🚀So you decided to dive into the world of React, a library used by millions of people and promises to make building user interfaces a…Dec 29, 2023Dec 29, 2023
AlexandraHow to semantically strikethrough with html5Do you want a visual indication that something was removed from the document or a visual representation that you cross something from a…May 27, 2021May 27, 2021
AlexandraFlexbox 101: A beginner’s guideA huge improvement in writing human CSS is Flexbox. No more struggling on centre an element or layout-ing a responsive page.Jun 4, 2020Jun 4, 2020
AlexandraPass by value in JavascriptI repost the story because I think the editors in gitconnected altered it too much, that changed the meaning. I added some corrections…Nov 6, 2019Nov 6, 2019
AlexandrainLevel Up CodingThe Array Iterators Cheatsheet for JavaScriptThese built-in methods help us iterate through arrays and are called “iteration methods” or “iterators”. Iterators are methods that are…Jul 2, 20194Jul 2, 20194
AlexandraThe horror-scope — Global, Local and Block scope in JSIn programming, the scope of a variable determines its lifetime. The scope describes if a variable, a function or an object is accessible…Jun 26, 2019Jun 26, 2019
AlexandrainLevel Up CodingThe Quite Nice and Fairly Accurate Intro to JavaScript ObjectsJavaScript has two data types: Primitives, and objects. I made an article with an introduction in JavaScript Primitives in The Quite Nice…Jun 25, 2019Jun 25, 2019
AlexandraThe Quite Nice and Fairly Accurate Introduction to JavaScript Primitive Data TypesJavaScript has two data types: Primitives, and objects. A primitive (or a primitive value or a primitive data type), as described in the…Jun 14, 2019Jun 14, 2019