Skip to content

Latest commit

 

History

History
executable file
·
39 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

executable file
·
39 lines (31 loc) · 1.5 KB
 ██████╗ ███████╗ █████╗  ██████╗  █████╗ 
██╔═══██╗██╔════╝██╔══██╗██╔═████╗██╔══██╗
██║   ██║███████╗╚█████╔╝██║██╔██║╚█████╔╝
██║   ██║╚════██║██╔══██╗████╔╝██║██╔══██╗
╚██████╔╝███████║╚█████╔╝╚██████╔╝╚█████╔╝
 ╚═════╝ ╚══════╝ ╚════╝  ╚═════╝  ╚════╝ 

========================================================

What To Grade

Grade branch iProject4

How To Run

  1. To compile typescript into JS
> tsc
  1. To open the index.html in browser
> open ./index.html

A Few Notes

What's TypeScript? TypeScript is a language that allows you to write in a statically-typed language that outputs standard JavaScript. It's all kinds of awesome.

Why should I use it? This will be especially helpful for an OS or a Compiler that may need to run in the browser as you will have all of the great benefits of strong type checking and scope rules built right into your language.

Where can I get more info on TypeScript Right this way!