Skip to content

Commit

Permalink
feat: add highlights to lab5
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkun authored Jul 25, 2024
1 parent a3742c0 commit b400f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labs/week5/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ This function listens for a change in the checkbox and then toggles the visibili

We need to then add this function to the `createCheckboxForCategory` function:

```js title="js/init.js"
```js title="js/init.js"  hl_lines="14"
function createCheckboxForCategory(category, filterGroup) {
const input = document.createElement('input');
input.type = 'checkbox';
Expand Down

0 comments on commit b400f18

Please sign in to comment.