Skip to content

Commit

Permalink
fix: owasp + module system link
Browse files Browse the repository at this point in the history
  • Loading branch information
paolapog committed Jan 10, 2024
1 parent 1674e87 commit ec36e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Note: these are knowledge "__bites__", and I expect there to be a curiosity to _
- [Load vs DomContentLoaded event](./javascript/load-domcontentloaded-event.md)
- [Map vs forEach loop](./javascript/map-foreach.md)
- [Map vs weakmap vs set](./javascript/map-weakmap-set.md)
- [Module system](./javascript/module-system.md)
- [Module system](./javascript/module-systems.md)
- [Native and host objects](./javascript/native-host-objects.md)
- [New keyword](./javascript/new-keyword.md)
- [Null vs undefined vs undeclared variables](./javascript/null-undefined-undeclared.md)
Expand Down Expand Up @@ -88,7 +88,7 @@ Note: these are knowledge "__bites__", and I expect there to be a curiosity to _
- [Content Security Policy CSP](./content-security-policy.md)
- [Client Side Rendering vs Server Side Rendering vs Static Site Generation](./csr-ssr-ssg.md)
- [Internet - HTTP - DNS - Domain Name - Web Hoisting - Browser](./internet.md)
- [OWASP Top 10](./owasp)
- [OWASP Top 10](./owasp.md)
- [Service Workers](./service-workers.md)
- [Local storage vs session storage vs cookies](./storage.md)
- [Web Sockets](./web-sockets.md)
Expand Down

0 comments on commit ec36e3a

Please sign in to comment.