Education

TypeScript for People

10 ก.ย. 2016 เวลา 09:00 - 17:30
16 ผู้ติดตาม
มาเรียน TypeScript จากคนที่ใช้ TypeScript บน Production กันครับ แล้วมันคืออะไร   อ่านเองจาก จาก Wikipedia 
TypeScript is a free and open source programming language developed and maintained by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on the development of TypeScript.[2][3][4][5] TypeScript may be used to develop JavaScript applications for client-side or server-side (Node.js) execution.

TypeScript is designed for development of large applications and transcompiles to JavaScript.[6] As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid TypeScript programs.

TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C/C++ header files can describe the structure of existing object files. This enables other programs to use the values defined in the files as if they were statically typed TypeScript entities. There are third-party header files for popular libraries like jQuery, MongoDB, and D3.js. TypeScript headers for the Node.js basic modules are also available, allowing development of Node.js programs within TypeScript.[7]
7af2d40164833ead74d4ce768a792cccb57fc680
จัดโดย
Odd-e (Thailand)