Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Typescript basics for beginners
Rating: 4.4 out of 5(167 ratings)
5,526 students

Typescript basics for beginners

a journey to learn webdriverIO (test automation)
Created byKamal Girdher
Last updated 10/2020
English

What you'll learn

  • Typescript basics for automation using WebdriverIO

Course content

1 section8 lectures40m total length
  • Introduction2:52

    an intro about typescript and comparison with javascript.

  • Data Types2:48

    Let's have a look at the data types in typescript.

  • Variables3:20

    Time to play with variables. Let's see how to declare, define and use variables.

  • Operators7:52

    See what all operators we have in typescript and detailed examples of each.

  • Conditional statements3:52

    Conditional statements are very important building blocks for any program. Let's see the syntax of all conditional statements in typescript and examples.

  • Loops5:52

    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.

  • Functions8:34

    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, Lambda(arrow) functions5:13

    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.

Requirements

  • Basic computer knowledge

Description

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

Who this course is for:

  • Beginners who want to learn automation using WebdriverIO and Typescript