V
V
Vasyl Kovbassa2017-02-03 18:40:26
JavaScript
Vasyl Kovbassa, 2017-02-03 18:40:26

What do translucent object properties mean?

When I display an object in the Chrome DevTools console, some of its properties are displayed in a semi-transparent color. What does this mean and how do such properties differ from ordinary ones?
And for example, Firefox DevTools does not have them at all.
8ce3d883adbc4312a580594a46531618.PNG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aves, 2017-02-03
@movasyl

Those with a descriptor with enumarable: false. Do not participate in for...in and Object.keys().

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question