Enhance your TypeScript abilities further with extensive exploration into string operations and type conversions. This course focuses on realistic implementations and aids in mastering these two crucial areas.
Overview
Syllabus
- Unit 1: String Manipulation in TypeScript: Reversing Words Within a String
- String Rotation by Word
- String Transformation with Opposite Alphabet Characters
- Capitalize First Letter of Each Word
- Unit 2: Parsing and Multiplying Numbers in TypeScript
- String Conversion: Hyphen-Separated Words Transformation
- Parsing and Summing Player Scores
- Reposition Alphabetic Characters Before Numbers Task
- Unit 3: String Operations and Type Conversions in TypeScript: Time Parsing
- Add Seconds to Time Points
- Calculate Minutes Between Time Period
- Add Days to Date Task
- Unit 4: String Manipulation with TypeScript: Finding Substring Occurrences
- Replace Substring in Text
- Reverse and Replace Words in Sentences
- Spot the Swapped Characters