Browse Source

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

pull/2667/head
OUMAIMA FISAOUI 1 month ago committed by zanninso
parent
commit
5ac6fc8b4e
  1. 2
      subjects/DPxAI/objects-around/README.md

2
subjects/DPxAI/objects-around/README.md

@ -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

Loading…
Cancel
Save