Please read directions carefully and follow step by step.
- Create a .js file
- Link .js file to your html file
- Create a variable and set it equal to an object that has your name, age, favorite color, and if you enjoying drinking coffee.
- In the console show the entire object
- Add two(2) more key/value pairs of your choosing and display in the console.
- Update your favorite color and display in the console.
- Delete one(1) key value pair and display the entire object in the console.