diff --git a/Exercises/day-1/object-exercise-2.js b/Exercises/day-1/object-exercise-2.js index c1311d3..32c69bb 100644 --- a/Exercises/day-1/object-exercise-2.js +++ b/Exercises/day-1/object-exercise-2.js @@ -105,4 +105,7 @@ console.log(`Key ${key}`) // Get all the values of users object +const val = Object.values(copyperson) +console.log(`Value ${val}`) + // Use the countries object to print a country name, capital, populations and languages. \ No newline at end of file