fix(curriculum): make output explicit in projectile trajectory step 14 (#61731)

This commit is contained in:
Stuart Mosquera
2025-08-12 12:03:34 -03:00
committed by GitHub
parent 95880bcb71
commit f6faac55aa

View File

@@ -42,7 +42,7 @@ You should have a `create_coordinates_table()` method.
})
```
The method should return the correct output.
The `create_coordiantes_table` method for `Projectile(10, 3, 45)` should return `'\n x y\n 0 3.00\n 1 3.90\n 2 4.61\n 3 5.12\n 4 5.43\n 5 5.55\n 6 5.47\n 7 5.19\n 8 4.72\n 9 4.05\n 10 3.19\n 11 2.13\n 12 0.87\n'`.
```js
({