Published at: 2022-08-19 15:15:00
In javascript, classes are still functions but special ones that serve as a template for holding data and methods that modify the data(encapsulation)...
I am Lance Armah-Abraham
Follow my cloud computing portfolio, cloudatrest.com , where I share information on the cloud and developing cloud native applications.
Follow my blogs on, hashnode and devdojo , where I share information on the programming and software development.
You can find here, my portfolio (projects/achievements ) and articles on programming and the tech in general.
Published at: 2022-08-19 15:15:00
In javascript, classes are still functions but special ones that serve as a template for holding data and methods that modify the data(encapsulation)...
Published at: 2022-08-19 15:00:00
Learn about interfaces and types in typescript and how to use them. With types in typescript you can type your functions and object properties and al...