You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<div>
About Me: <%- description %>
^^ The typo is here: There should be a '!' at the end (after %>) to remain consistent with the following code in this section
</div>
// The client then inputs the following as their page's About Me:
<script>alert("Hacked!");</script>
When unescaped, this would be rendered into HTML as:
<div>
About Me: <script>alert("Hacked!");</script>!
</div>`
Checks
Describe your suggestion
There is a small typo (https://www.theodinproject.com/lessons/nodejs-forms-and-data-handling#escaping-user-input) here.
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/nodejs-forms-and-data-handling
(Optional) Discord Name
No response
(Optional) Additional Comments
No response
The text was updated successfully, but these errors were encountered: