Docs(DPxAI): Modify formatting

This commit is contained in:
Oumaima Fisaoui 2024-08-12 19:38:37 +00:00
parent cc984cbd2c
commit e14fa73a97
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ robot.code = undefined;
Modify the provided `robot` variable:
- Add a `model` property with the string value 'RX-78'.
- Add a `fullName` property that is the joined value of the brand and the model with a space in between.
- Add a `fullName` property that is the joined value of the `brand` and the `model` with a space in between.
- Add `10` to its `batteryLevel` property.
#### Task 2: