TypeScript Pertanyaan dan Jawaban Wawancara
Question: Explain the 'async' and 'await' keywords in TypeScript.Answer: 'async' is used to declare an asynchronous function, and 'await' is used to pause the execution of the function until the promise is resolved. |
Simpan untuk Revisi
Bookmark item ini, tandai sebagai sulit, atau masukkan ke dalam set revisi.
Masuk untuk menyimpan bookmark, pertanyaan sulit, dan set revisi.
Apakah ini membantu? Ya Tidak
Most helpful rated by users:
- What is TypeScript?
- Explain the difference between \'let\' and \'const\' in TypeScript.
- What are the basic data types in TypeScript?
- How do you define an interface in TypeScript?
- What is the \'any\' type in TypeScript?