«   Previous tip Next tip   »

Chrome DevTools: Console Panel autocomplete with JavaScript properties

Last updated: 26th July 2020
Console Panel autocomplete with JavaScript properties

Autocomplete in the Console Panel not only works with regular dot notation such as:

But also with square bracket notation:

Even if you have an array, you get autocomplete for the index e.g. arr[0arr[0].

Extra

If you want to learn more about tips and tricks in the Console Panel, check out: 5 tricks to use in the Console Panel.

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week