Get acquainted with TypeScript's foundational knowledge, syntax, and types. By practicing basic coding tasks, you'll become comfortable with the language and its unique static typing feature.
Overview
Syllabus
- Lesson 1: TypeScript 101: Understanding Syntax, Comments, Indentation, and the Console.Log Function
- Lesson 2: Mastering TypeScript Variables: Declaration, Naming, and Output
- Lesson 3: Exploring The Universe of TypeScript Types
- Lesson 4: TypeScript Comparison Mastery: Understanding Operators and Decision-Making
- Lesson 5: Mastering TypeScript Arithmetic and Logical Operations
- Lesson 6: Mastering Conditional Statements in TypeScript
- Lesson 7: String Concatenation in TypeScript: An Introduction