mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-06 19:00:52 -04:00
fix(curriculum): make output explicit in projectile trajectory step 14 (#61731)
This commit is contained in:
@@ -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
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user