mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 13:00:59 -04:00
fix(curriculum): add back ticks to variable name Platformer Game step 20 (#55287)
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: step-20
|
||||
|
||||
# --description--
|
||||
|
||||
Below your `ctx.fillStyle`, you need to create the player's shape by calling the `fillRect()` method on the ctx object which you instantiated earlier.
|
||||
Below your `ctx.fillStyle`, you need to create the player's shape by calling the `fillRect()` method on the `ctx` object which you instantiated earlier.
|
||||
|
||||
```js
|
||||
fillRect(x, y, width, height)
|
||||
|
||||
Reference in New Issue
Block a user