Chrome DevTools

Notes

  • $_ holds the previous result in the console. So you can do $_.something(..) to access the returned object items.

Last updated