1. Introduction
2. Your First React and Typescript Application: Building Trello with Drag and Drop
3. How to Test Your Applications: Testing a Digital Goods Store
1. Introduction
combination เพื่อป้องกัน bug
nvm install — lts
Using types in your code
function validatePasswordLength(password) {
return password.lengthh >=8 ;
}
validatePasswordLength(“12345678” ) // returns true
p 12.
2. Your First React and Typescript Application: Building Trello with Drag and Drop
3. How to Test Your Applications: Testing a Digital Goods Store
