top of page
Search


Part 3 - Master the Basics of TypeScript for Effective Playwright Automation - Loops and Strings
In the previous post , we covered the core basics of TypeScript , including variables, data types, arrays, objects, operators, and conditional statements. These concepts form the foundation of TypeScript and are essential before writing any real-world code. In this post, we continue building on that foundation by focusing on two very important topics: loops and string methods . Loops help us repeat actions efficiently, while string methods allow us to work with and manipulat
bottom of page
