Published inLevel Up CodingJavaScript’s Optional ChainingIf you’ve programmed in JavaScript then you know the benefits of using objects. They organize our data structures in a way that allows us…Apr 23, 20211Apr 23, 20211
Published inLevel Up CodingJavaScript Array MethodsI thought I’d put together common JavaScript array methods with a small description and examples as a quick guide and easy reference.Aug 18, 2020Aug 18, 2020
Published inLevel Up CodingReact State in Class and Function ComponentsBefore React 16.8, function components did not have state or lifecycle hooks. With 16.8+, function components can now use hooks to use…Aug 17, 2020Aug 17, 2020