Skip to content

This repo i created for learning typescript programming languages

Notifications You must be signed in to change notification settings

infinitedim/belajar-typescript

Repository files navigation

Belajar TypeScript

What Is TypeScript

  • TypeScript is a super set of JavaScript.

  • TypeScript is a programming language - it contains all of JavaScript, and then a bit more.

  • TypeScript builds on top of JavaScript. First, you write the TypeScript code. Then, you compile the TypeScript code into plain JavaScript code using a TypeScript compiler.


Why TypeScript

  1. TypeScript adds a type system to help you avoid many problem with dynamix types in JavaScript
  2. TypeScript implements the future features of JavaScript a.k.a ES Next so that you can use them today

Table of Content


Other Language?

  • Cooming soon

How to use

  • installing dependencies
yarn && yarn upgrade
or
npm install
  • run the program
tsc filename.ts  -for compile without watch
tsc filename.ts -w (-for compile with watch)
node filename.js -for run JavaScript file after compiling

Notes

Javascript files is ignore in .gitignore files if your want to unignore you can delete .js in .gitignore files


Contributing

Contributing Guidelines Read through our Contributing Guidelines to learn about how contribute to this project.


All Contributors

Thank you for contributing to this project, here are some amazing contributors!

All of amazing contributors

About

This repo i created for learning typescript programming languages

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages