
This is a basic JavaScript tutorial where we write a function that allows us to alter the data in our imaginary record collection.
In this tutorial, we take on a fairly big task. Considering all that we’ve learned in the past related to JSON objects and algorithms, this is more intermediate challenge.
In this JavaScript tutorial, we write a function that adds to a JSON object based on the existing data and the different parameters we pass in.
This takes everything we’ve learned from pushing to an array, to using dot notation to access different elements of a JSON object.
Thank you for watching.