File tree 6 files changed +25
-1
lines changed
6 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,18 @@ This helps in:
197
197
- Identifying why ** unexpected behavior** occurs.
198
198
- ** Fixing bugs** without needing to rely solely on ` console.log() ` .
199
199
200
+ ---
201
+ layout: default
202
+ ---
203
+
204
+ # Let's Try it out!
205
+ ## [ ` Simple Password Checker ` Exercise] ( https://web.for.idiot.sg/final-section-lets-get-flag-8008.html )
206
+
207
+ <br >
208
+
209
+ ## [ ` Harder Password Checker ` Exercise] ( https://oceankoh.github.io/reversing-with-devtools/ )
210
+
211
+
200
212
---
201
213
layout: center
202
214
---
@@ -217,6 +229,18 @@ This is especially useful for:
217
229
- Troubleshooting ** API requests** that may be failing or slow.
218
230
- Seeing which resources might be ** blocking rendering** .
219
231
232
+ ---
233
+ layout: center
234
+ ---
235
+
236
+ # Let's Try it out!
237
+ ## Can you answer these questions about [ `NUSMods] ( https://nusmods.com )
238
+
239
+ * What (deprecated) service/APIs does the NUSMods site query?
240
+ * When are these network requests made?
241
+ * Can you identify the function that performs the request?
242
+
243
+
220
244
---
221
245
layout: center
222
246
---
@@ -231,7 +255,7 @@ layout: center
231
255
232
256
Let us know your thoughts on this workshop!
233
257
234
- <img src =" /feedback.jpeg " class =" m-10 h-60 " />
258
+ <img src =" /feedback.png " class =" m-10 h-60 " />
235
259
236
260
---
237
261
layout: cover
You can’t perform that action at this time.
0 commit comments