Skip to content

Commit

Permalink
Closing }
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTrainer authored Dec 9, 2024
1 parent 13a6384 commit 1fae8cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The JavaScript code below has a potential XSS vulnerability that could be exploi
function displayName(name) {
const nameElement = document.getElementById('name-display');
nameElement.innerHTML = `Showing results for "${name}"`
}
```

## Example prompt
Expand Down

0 comments on commit 1fae8cc

Please sign in to comment.