From 3b17a8abfae63ed2ecb9d915b3fa5c647f214f86 Mon Sep 17 00:00:00 2001 From: JoiRichi <61536806+JoiRichi@users.noreply.github.com> Date: Thu, 7 Jan 2021 18:05:23 +0100 Subject: [PATCH] Update 08_day_objects.md --- 08_Day_Objects/08_day_objects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08_Day_Objects/08_day_objects.md b/08_Day_Objects/08_day_objects.md index de91f2f..dbc1877 100644 --- a/08_Day_Objects/08_day_objects.md +++ b/08_Day_Objects/08_day_objects.md @@ -52,7 +52,7 @@ Variables scopes can be: Variable can be declared globally or locally or window scope. We will see both global and local scope. Anything declared without let, var or const is scoped at window level. -Let us image we have a scope.js file. +Let us imagine we have a scope.js file. ### Window Scope @@ -432,7 +432,7 @@ console.log(copyPerson.hasOwnProperty('score')) ### Exercises: Level 2 1. Find the person who has many skills in the users object. -1. Count logged in users,count users having greater than equal to 50 points from the following object. +1. Count logged in users, count users having greater than equal to 50 points from the following object. ````js const users = {