You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the typescript checkpoint :
interface : define the structure of the object
classe : define the structure and behavior of objects through encapsulation of properties and methods.
create an instance using the new keyword.