Hey everyone

A very simple question:

When you make a property inside a function, it's only inside that function that the property can read.

How do I make a property inside a function, that you can target from anywhere in the class and from other classes?

Like when I make a property just inside the class definition....