RMrose mutaiinmutairose.hashnode.dev·Aug 21, 2023 · 2 min readJavaScript MapIn this article, I am going to explain the built-in JavaScript method: Array.map() and then look at a few examples of how to use it. Introduction As stated earlier, Map() is a built-in JavaScript method that creates a new array with modified elements...00
RMrose mutaiinmutairose.hashnode.dev·Jun 2, 2023 · 4 min readReact HooksReact Hooks? What are they? This is one question I took some time to get an answer to when I first started learning React. When I first heard of them I was a bit scared, but with time I came to understand them. So in this article, I am going to expla...00
RMrose mutaiinmutairose.hashnode.dev·May 11, 2023 · 2 min readMy journey into software developmentSome few years ago, if someone had told me I will be coding now, I would have just laughed, since to me coding was for genius people and I was nowhere near to being a genius. “Anyone can be a software developer, as long as you are willing to learn”, ...00
RMrose mutaiinmutairose.hashnode.dev·Apr 22, 2023 · 5 min readUnderstanding CSS GridAccording to Wikipedia, a CSS grid enables one to create complex responsive web design layouts more easily and consistently across browsers. In simple terms, a CSS grid enables us to lay out elements in rows and columns such that they look good on bo...00
RMrose mutaiinmutairose.hashnode.dev·Apr 2, 2023 · 3 min readThe Document Object Model (DOM)The Document Object Model, popularly known as the DOM is a web application programming interface, (API) that represents a web document as nodes and objects. So what is the function of this DOM? It provides a way in which JavaScript interacts with the...00