Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Typescript

TYPESCRIPT FOR BEGINNERS

Master and use TypeScript Syntax in easy steps for Angular Developers
Rating: 4.3 out of 54.3 (161 ratings)
743 students
Created by Bharath Thippireddy
Last updated 2/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Learn what TypeScript is and why we should use it
  • Learn how to define variables using data types
  • Create functions that take optional, default and variable number of arguments
  • Create and use arrow functions
  • Use Interfaces to define a contract for objects , functions and arrays
  • Use the different types of variable prefixes like let and const
  • Learn the key Object Oriented Principles
  • Create objects using classes
  • Reuse Objects through Inheritance
  • Use the different access modifiers
  • Encapsulate your classes/objects
  • All in simple steps

Requirements

  • Knowledge of java script is required to take this course
  • Visual Studio Code IDE .how to set it up is covered in the lectures

Description

The ONLY course that teaches all the TypeScript Fundamentals required to work with Angular !

---

Sample of the reviews:

Very clear explanation ! Perfect course to begin with Typescript ! -Brice Lallement

It was a good starting point for a beginner like me. I did not use JavaScript before, but the TypeScript course was an excellent introduction. Thank you Bharath Thippireddy - Ana Nasture

---

All source code is available for download

Responsive Instructor - All questions answered within 24 hours

Professional video and audio recordings (check the free previews)

----

If you are JavaScript developer who wants to learn TypeScript in depth and also master then this course is for you.If you are a developer with any other object oriented programming language background and want to learn AngularJS in the future then this course is for you too .TypeScript is is used by many popular JavaScript frameworks like AngularJS , VueJS etc by. You should have used JavaScript before you take this course.

JavaScript does not use structures like classes  to implement object oriented programming.This can be confusing for programmers coming from Java ,C++ or python background.This course covers how TypeScript provides structures like Java ,Python etc that will make our life easier.It will also be easy for you to learn newer versions of JavaScript in like ES 6/7 in the future once you master TypeScript.

What Will I Learn?

Learn how to define variables using data types

Create functions that take optional, default and variable number of arguments

Create and use arrow functions

Use Interfaces to define a contract for objects , functions and arrays

Use the different types of variable prefixes like let and const

Learn the key Object Oriented Principles

Create objects using classes

Reuse Objects through Inheritance

Use the different access modifiers

Encapsulate your classes/objects

What are the requirements?

Visual Studio Code IDE ,Web Browser(Chrome, Firefox, IE etc)

Who this course is for:

  • Anyone with JavaScript background
  • Students who have completed my java script fundamentals course
  • Students who are interested in learning AngularJS in the future
  • Students who want to master the fundamentals of TypeScript

Course content

15 sections • 104 lectures • 4h 37m total length

  • Preview03:42
  • How to make the best of this course?
    01:47
  • Preview02:40
  • Preview05:45
  • Install TypeScript
    02:19
  • Setup the development environment
    01:12
  • Download the completed scripts
    00:29

  • Preview02:39
  • Preview03:32
  • Preview01:30
  • Strings
    02:15
  • Preview01:21
  • any Type
    01:28
  • Homogenous Arrays
    02:31
  • Heterogenous Arrays
    01:15
  • Using alert confirm and prompt
    03:28
  • Comments
    02:04
  • Enum Type
    05:05
  • Variables and Data Types
    4 questions
  • Variables and Data Types
    1 question

  • Preview03:00
  • Assignment
    03:30
  • Comparison
    04:10
  • Logical
    04:14
  • Ternary
    03:27
  • Summary
    01:52
  • Operators
    3 questions

  • Preview00:56
  • IF Else Ladder
    05:40
  • Switch
    03:48
  • Break and Case Flow
    02:37
  • Conditional Statements
    1 question
  • While loop
    03:28
  • Summary
    00:54
  • Flow Control Statements
    2 questions
  • Loops
    1 question

  • Preview02:27
  • Object Literal
    03:14
  • For-In Loop
    02:17
  • Arrays
    04:28
  • De-Structuring Arrays
    02:02
  • De-Structuring Objects
    02:26
  • Summary
    01:05
  • Objects and Arrays
    2 questions
  • Objects
    1 question

  • Preview02:06
  • First Function
    03:03
  • Passing a parameter
    01:23
  • Passing Multiple Parameters
    01:37
  • Optional Parameters
    04:00
  • Default Values
    01:28
  • Function as parameter
    02:00
  • Returning a function
    03:09
  • Anonymous Functions
    01:38
  • Overloading
    04:43
  • Rest Params
    04:33
  • Using a Type on REST Param
    01:25
  • Summary
    00:48
  • Functions
    3 questions
  • Functions
    1 question

  • Introduction
    02:01
  • First arrow function
    02:47
  • Passing Parameters
    02:36
  • Array of Arrow Functions
    02:48
  • Summary
    00:44
  • Arrow Functions
    2 questions
  • Arrow Functions
    1 question

  • let
    03:03
  • const
    02:12
  • const functions
    02:00
  • declare
    00:53
  • Summary
    00:44
  • Variable Prefixes
    2 questions

  • Introduction
    02:24
  • Define a Object Interface
    02:30
  • Create and object
    02:57
  • Defining optional properties
    00:41
  • Interfaces are only compile time
    01:18
  • Function Interfaces
    04:13
  • Return Types in Functional interfaces
    01:37
  • Adding methods to Object Interfaces
    01:32
  • Array Interfaces
    02:29
  • String indexed Array Interfaces
    03:24
  • Extending interfaces
    05:30
  • Interfaces
    1 question
  • Summary
    01:23
  • Interfaces
    1 question

  • Introduction
    01:23
  • Create a class
    03:18
  • Add a constructor
    03:46
  • Add Function properties
    01:41
  • Power of TypeScript
    00:37
  • Using for-in and instanceof
    04:00
  • Implementing a interface
    05:31
  • Summary
    01:13
  • Classes
    3 questions
  • Classes
    1 question

Instructor

Bharath Thippireddy
IT Architect and Best Selling Instructor- 350000+ students
Bharath Thippireddy
  • 4.4 Instructor Rating
  • 55,177 Reviews
  • 403,627 Students
  • 30 Courses

Bharath Thippireddy is an Entrepreneur, Software Architect and Public Speaker who has trained 400000 + students across the planet. He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.

He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

His trainings will help you master Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.

From 25 Courses which currently have 400K+ Learners you can pick a track and master

Spring Boot Project Development using Angular and React

Angular and React project creation with Java or Node backend

Complete Python Stack from core Python to Django REST Framework

Docker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy steps

Java (Java Design Patterns,Java Web Services,Java Messaging Service)

Spring modules ( Spring Security, Spring Boot,Spring Data using Hibernate,Spring Data REST)

Serverless programming using AWS Lambda and more

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.