Difference between revisions of "Typescript"

From MgmtWiki
Jump to: navigation, search
(Context)
Line 5: Line 5:
 
==Context==
 
==Context==
 
[[JavaScript]] was becoming more than just a scripting language in 2019 with object-oriented features like asynchronous calls but without strong typing or other features of monder programming languages. since it seemed unlikely that strong typing would ever be included in javascript, typescript was created to add other features that supported good programming practices.
 
[[JavaScript]] was becoming more than just a scripting language in 2019 with object-oriented features like asynchronous calls but without strong typing or other features of monder programming languages. since it seemed unlikely that strong typing would ever be included in javascript, typescript was created to add other features that supported good programming practices.
 +
 +
 +
==Example==
 +
 +
* [https://www.thepolyglotdeveloper.com/2016/01/include-external-javascript-libraries-in-an-angular-2-typescript-project/ Include External JavaScript Libraries In An Angular TypeScript Project] (2016-01-02)
  
 
==References==
 
==References==

Revision as of 16:56, 3 November 2021

Full Title or Meme

A superscript of JavaScript that adds strong typing and other aids for good programming practice.

Context

JavaScript was becoming more than just a scripting language in 2019 with object-oriented features like asynchronous calls but without strong typing or other features of monder programming languages. since it seemed unlikely that strong typing would ever be included in javascript, typescript was created to add other features that supported good programming practices.


Example

References