Browse Source

docs(build-brick-and-break): Replace "E" with "W"

pull/1406/head
eslopfer 2 years ago
parent
commit
9a6a883829
  1. 2
      subjects/build-brick-and-break/README.md

2
subjects/build-brick-and-break/README.md

@ -17,7 +17,7 @@ Today, your mission is to build a 3-column brick tower, maintain it and finally
- Each one of the two emojis in the top-right corner fires a function on click:
- 🔨: triggers the function `repair`. Write the body of that function. It receives any number of `ids`. For each `id`, it retrieves the HTML element, and sets the `repaired` custom attribute to `in progress` if it is a brick situated in the middle column, and `true` if not.
- 🧨: triggers the `destroy` function. Erite the body of that function. It removes the current last brick in the tower.
- 🧨: triggers the `destroy` function. Write the body of that function. It removes the current last brick in the tower.
### Files

Loading…
Cancel
Save