PFPamilerin Faladeinpamilerinf.hashnode.dev·Jul 9, 2021 · 3 min readBubbling in JavaScriptBubbling is a concept in JavaScript that is very important when we are defining the actions that our applications should take in response to the occurrence of specific events. Last week, I discussed the power that comes with making a parent element a...00
PFPamilerin Faladeinpamilerinf.hashnode.dev·Jul 4, 2021 · 2 min readA more efficient way of adding Event ListenersThere are some situations where we have one div in which we have multiple divs of the same kind that have different values. An example of this is a calculator div, or a phone div, in which there are multiple buttons that serve similar purposes but ha...00
PFPamilerin Faladeinpamilerinf.hashnode.dev·Jun 25, 2021 · 2 min readHow to .reduce() Your 99 Problems Into 1 SolutionAgain this week, I came across another convenient JavaScript array function known as Array.prototype.reduce(), or just reduce(). This function carries out a method in order to derive a single value from an array of values. It will iterate through th...00
PFPamilerin Faladeinpamilerinf.hashnode.dev·Jun 18, 2021 · 2 min readHow to get everywhere you need to with a JavaScript mapA function that I have learned and used multiple times over the last few weeks is JavaScript's .map() function. This function gives you the ability to apply another function to every single element in an array. It creates a new array, iterates throug...00
PFPamilerin Faladeinpamilerinf.hashnode.dev·May 28, 2021 · 1 min readWeeks of May 17 and 24Over the last two weeks, I have begun my journey in web development. Last week, I started learning how to code in HTML and CSS. This was my first experience with a markup language and a style sheet language, so the syntax took some getting used to. I...00