How to Check for an Empty Object
Link to code snippet: GitHub Working with objects always feels slightly less fluid when compared to arrays. With arrays, we can simply validate the length of the ar…
I'm a detail-oriented individual who thrives in fast-paced team environments. I have experience across different industries, working with both front end and back end technologies.
objects
Link to code snippet: GitHub Working with objects always feels slightly less fluid when compared to arrays. With arrays, we can simply validate the length of the ar…
Link to code snippet: GitHub One of the great features of ES6 is computed property names. Let's say we have the following properties: And a person object: As long a…
Link to code snippet: GitHub Let's go over a few different methods of adding key/value pairs to an object! Let's begin with an object named orange and give it two p…
When working with objects, we may need to check if a certain key exists or has a certain value. Let’s say we have a dog object: And we want to validate whether or n…