The LayaAir engine supports developers to use TypeScript language to develop projects. Since TypeScript language is a typed superset of JavaScript language, we must also be familiar with the basic usage of JavaScript language.
[!Note|label:Suggestion:]
Newbies do not have a lot of energy if they are not students.
There is no need to understand the entire language. Once you master the basic syntax, you can learn the engine.
Read more engine example source codes. In the process of understanding the engine API, learn while using it. If you encounter something you don’t understand, just query it again.
Introduction to JavaScript Language Tutorial: https://wangdoc.com/javascript/
Introduction to ES6 Standard: https://wangdoc.com/es6/
TypeScript Chinese Manual: https://www.tslang.cn/docs/
In-depth understanding of TypeScript: https://jkchao.github.io/typescript-book-chinese/