Click here to Skip to main content
15,890,825 members
Articles / Programming Languages / Typescript

100 Days of TypeScript (Day 3)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
28 Oct 2021CPOL6 min read 4.7K   6  
More in-depth look at classes, how to add our own constructors and change whether or not code outside our class can see our fields
This is Part 3 of a 100 part series introducing you to TypeScript if you’ve not used it before; which will give you a brush up on things you already know if you’ve used it, and maybe introduce you to some new things that you might not have come across before. In this part, you will see classes in more depth, learn how to add our own constructors and change whether or not code outside our class can see our fields.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
United Kingdom United Kingdom
A developer for over 30 years, I've been lucky enough to write articles and applications for Code Project as well as the Intel Ultimate Coder - Going Perceptual challenge. I live in the North East of England with 2 wonderful daughters and a wonderful wife.

I am not the Stig, but I do wish I had Lotus Tuned Suspension.

Comments and Discussions