diff --git a/01_Day_JavaScript_Refresher/01_javascript_refresher.md b/01_Day_JavaScript_Refresher/01_javascript_refresher.md index 7d03fb4..be34e75 100644 --- a/01_Day_JavaScript_Refresher/01_javascript_refresher.md +++ b/01_Day_JavaScript_Refresher/01_javascript_refresher.md @@ -1988,7 +1988,7 @@ console.log(copyPerson.hasOwnProperty('score')) ##### Exercises: Level 2 -1. Find the person who has many skills in the users object. +1. Find the person who has the most skills in the users object. 1. Count logged in users,count users having greater than equal to 50 points from the following object. ````js