Giter Site home page Giter Site logo

typescript_study's Introduction

TypeScript 공부 하며 정리 하는 레포

TypeScript란?

TypeScript는 Microsoft에서 개발하여 2012년에 발표한 오픈 소스 프로그래밍 언어
대규모 JavaScript application 개발을 목적으로 만들어졌습니다.

컴파일 방식

1. tsc test.ts

2. node test.js

왜 컴파일 방식이 이런가?
TypeScript는 인터넷 브라우저에서 사용을 하지 않기에 컴파일러를 이용해 JavaScript로 변환해야합니다
컴파일이란 파일을 바이트 코드로 변환하는 것인데
TypeScript는 JavaScript로 변환하는 것이기에 트랜스 파일링이라고 부르는게 더 적절하다고 생각합니다 :)

typescript_study's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.