Betsy SalleeA 10 Step Guide to FlexboxResponsive design got you down? Tired of guessing about Flexbox properties? Follow these simple steps and you’ll never have to copy and…Jan 22, 20191Jan 22, 20191
Betsy SalleeJavaScript Array Methods: .splice() vs .slice()When it comes to operating on arrays, .splice() and .slice() are two incredibly useful methods to have in your toolkit. It’s not always…Aug 25, 2018Aug 25, 2018
Betsy SalleeDemystifying By Value vs. By ReferenceIf you’re new to JavaScript, it can be tempting to fasten your seat belt, step on the gas, and careen through the language as quickly as…Aug 15, 20181Aug 15, 20181
Betsy SalleeA Beginner’s Guide to ReactSo, you’ve decided to learn React.js. Congratulations! This guide is intended to help you in your quest to understand four fundamental…Jul 1, 20187Jul 1, 20187
Betsy SalleeFunction Borrowing in JavaScriptWhen we create JavaScript objects, we typically associate them with certain behavior. Consider the below example:Jun 11, 20186Jun 11, 20186
Betsy SalleeRuby Inheritance and Object HierarchyYou know the old saying: Everything in Ruby is an Object. But what does that mean? Where do these Objects come from, and why do they behave…May 20, 20181May 20, 20181
Betsy SalleeThe Difference Between .sort and .sort_by in RubyI just completed my second week of the Software Engineering Immersive at Flatiron School, and I’m going to unpack the difference between…May 6, 20181May 6, 20181