Typescript

From MgmtWiki
Revision as of 13:02, 31 October 2021 by Tom (talk | contribs) (Full Title or Meme)

Jump to: navigation, search

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.

References