Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

File metadata and controls

8 lines (6 loc) · 225 Bytes

Day 03: Catch me

In this challenge we have to catch a button but it always gets away when we get near it. Using the developer console we can simulate a button click and get the flag:

$('button').click()