Claire DeBoerHow to Flatten An Array in JavaScriptFlattening an array means reducing a multidimensional or nested array (an array where some elements are themselves arrays) to one single…Jun 9, 2021Jun 9, 2021
Claire DeBoerObject Manipulation in JavaScriptMost new JavaScript developers are pretty familiar with the different ways to work with and manipulate arrays. You have your loops and your…May 26, 2021May 26, 2021
Claire DeBoerHow to Use Fetch with Async Await vs Promise ChainingFetch returns a promise and can be used either with promise chaining or with async/await. In both cases, fetch is returning the same…May 20, 2021May 20, 2021
Claire DeBoerA Quick Guide to Debugging in Ruby and JavaScriptDebugging or identifying problems with your code is an essential skill for being a good developer. It’s not always easy though. If you’re a…May 12, 2021May 12, 2021
Claire DeBoerHow to Use setInterval() and Build a Basic Stopwatch Using ReactI just learned how to use the setInterval() method by making a simple stopwatch app using React. Besides the classic stopwatch use case…Apr 28, 2021Apr 28, 2021
Claire DeBoerEvent Handling and Re-Rendering the DOM: JavaScript vs ReactLearning event handling and re-rendering the DOM first in JavaScript and then in React has been an eye-opening experience and I wanted to…Feb 15, 20211Feb 15, 20211
Claire DeBoerScope in the Context of Event HandlersWhat do I Have Access to in my Event Handler?Jan 28, 2021Jan 28, 2021
Claire DeBoerHow to Use Form_with and Why You Should Start NowWhen I first started learning about forms, I found it really confusing to have two different versions depending on the situation. Form_tag…Dec 22, 20201Dec 22, 20201