Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

dir.md

File metadata and controls

7 lines (4 loc) · 297 Bytes

dir()

The dir() method returns a list of possible methods and attributes of an object, such as a variable or string. Useful for seeing what kinds of things you can do with that object.

Tutorials

  • Learn how to use dir() on w3schools.