I connected a library to the javaScript project, and create one of the objects in this library. But I don’t know what this object has methods and properties (I don’t know what they are called), there is almost no documentation, but the library is big and I don’t want to dig into its code.
Tell me, please, is it possible to learn the names of properties and methods from the created Object via the browser console, or by any other means and methods?