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

100 Days of TypeScript (Day 5)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
1 Nov 2021CPOL3 min read 4.6K   4  
How to use interfaces to set up types so they have certain behaviors
This is Part 5 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 post, I am going to demonstrate how to use interfaces to set up types so that they must have certain behaviors.

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