Ishtiaq Syed
Ishtiaq Syed

Ishtiaq Syed

Follow
homebadges

Day 2: DevTools Tip of the day - Copy and Save

Jun 8, 20212 min read 132 views

copy(...) You can copy anything available in the console into your OS clipboard using the global copy function available in the Console. This includes...

Day 2: DevTools Tip of the day - Copy and Save

Day 1: DevTools Tip of the day - The Console dollars

Jun 5, 20211 min read 67 views

$0 $0 is a reference to the currently selected html node in the Elements pane. Also, $1 is the one selected previously, $2 the one before that, etc....

Day 1: DevTools Tip of the day - The Console dollars