
an intro about typescript and comparison with javascript.
Let's have a look at the data types in typescript.
Time to play with variables. Let's see how to declare, define and use variables.
See what all operators we have in typescript and detailed examples of each.
Conditional statements are very important building blocks for any program. Let's see the syntax of all conditional statements in typescript and examples.
Loops play an important role when we want to repeat something. We have various types of loops in typescript. Let's go through each of them with examples.
Understanding functions is important while we write big programs which has common piece of code that need to be used over and again. Let's see how we create functions and how to call them.
Anonymous functions are different from normal functions that we have studied so far. Let's see what anonymous functions are and how to create them in typescript.
Lambda(Arrow) function is also a key concept here. Let's see both of these with examples.
Looking to learn Typescript/Javascript before learn WebdriverIO??
Are you looking to learn latest test automation frameworks?
Do you want to learn how to automation React, Angular based web applications?
You can start with basics of typescript here and that will prepare a base for you to learn test automation using WebdriverIO (jasmine, cucumber or movha/chai).
Happy Learning!
Kamal