Chore(Quest01/objects-around): Changed in the first task the name of the object from robot to MyRobot

This commit is contained in:
oumaimafisaoui 2024-08-08 09:16:12 +01:00 committed by zanninso
parent 3e1cd3f7a8
commit 5ac6fc8b4e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ console.log(adjustedWeight); // Logs the adjusted weight
#### Task 1:
Let's declare a variable `robot` which has an object as its value with 3 properties:
Let's declare a variable `MyRobot` which has an object as its value with 3 properties:
1. A `name` property of the robot's name as a String
2. An `age` property of the robot's age as a Number