TypeScript Basic TypesFebruary 6, 2022 · 9 min readKimi GaoFullstack & AIType Annotations What: Like type declaration in Java. How: Syntax as following: variable: type; ES/TS Primitive Types boolean let bool: boolean = true;