Skip to content

jbee37142/typescript_tutorial

Repository files navigation

Intro to TypeScript in 15 minutes

TypeScript Tutorial 문서를 저장하는 repository 입니다.

Table of All Contents

  • Basic Types
    • Boolean
    • Number
    • String
    • Array
    • Tuple
    • Enum
    • Any
    • Void
    • Null, Undefined
    • Never
    • Type Assertion
  • Class
    • Constructor
    • extend
    • Access Modifier
      • public
      • private
      • protected
      • readonly
      • static
  • Function
    • Return type, Parameter type
    • Default Parameter / Rest Parameter
    • Optional Parameter
    • Union Type
    • Overloading
  • Interface
    • Interface?
    • Useful Interface
    • Available properties
      • Optional
      • readonly
    • Interface Type
      • Function Type
      • Indexable Type
    • Class interface
  • Generics
    • Generics?
    • Generics to Class
    • Generics to Function
  • Decorators
    • Setup
    • Intro
    • Decorator to method
    • Decorator to class
    • Decorator with parameter
  • Type System
    • TypeScript 의 Type Checking System
    • Type Inference
    • Type Assertion
    • Type Guards
    • Type Compatibility
  • enum vs const enum
    • enum
    • const enum




Reference


Bookmarks

Author

Jbee

LICENSE

크리에이티브 커먼즈 라이선스

About

Repository of tutorials about typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published