Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yelina committed Nov 13, 2023
1 parent dc3821d commit 7df4733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage1/modules/chrome-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the "Chrome DevTools" module, students explore the comprehensive toolset for
- [Manage log storage: save or clear logs between page reloads](https://developer.chrome.com/docs/devtools/console/reference/#persist)
- Sources tab:
- [Explore the file structure of the web application and delve into the file's content](https://developer.chrome.com/docs/devtools/sources/#files)
- [What are breakpoints and why do we need them](https://developer.chrome.com/docs/devtools/javascript/#event-breakpoint)
- [What are breakpoints and why do we need them](https://developer.chrome.com/docs/devtools/javascript/#event-breakpoint)
- [Navigate between breakpoints and step through the code](https://developer.chrome.com/docs/devtools/javascript/#code-stepping)
- [Inspect the scope and check variable values at specific moments](https://developer.chrome.com/docs/devtools/javascript/#check-values)
- Network tab:
Expand Down Expand Up @@ -47,4 +47,4 @@ In the "Chrome DevTools" module, students explore the comprehensive toolset for
## Additional materials

- Webinar Recordings (in Russian): [Chrome DevTools](https://www.youtube.com/watch?v=gvB0qoio-Ic&list=PLe--kalBDwji8WXKVjhON39X4v_Uj6T_R&index=7) - 1,5 hours
- [What's New in DevTools](https://developer.chrome.com/docs/devtools/news/)
- [What's New in DevTools](https://developer.chrome.com/docs/devtools/news/)

0 comments on commit 7df4733

Please sign in to comment.