TS snake project details
Project introduction
The project is completed by using the object-oriented idea in ts language.
preface
After learning the TS project, it is a good choice to practice with this project. Here is a process of js - > ts. js is a process oriented language and TS is an object-oriented language. This is the biggest difference between the ...
Added by polywog on Wed, 19 Jan 2022 17:53:41 +0200
TypeScript advanced types and usage
This article introduces the usage scenarios of advanced TypeScript types in detail, which can provide some help for the daily use of TypeScript.
preface
This article has been included in Github: github.com/beichensky/…[1] In the middle, pass by and point a Star
1, Advanced type
& cross type
Cross type is to ...
Added by sv4rog on Tue, 23 Nov 2021 07:04:53 +0200