Difference between revisions of "Typescript"

From MgmtWiki
Jump to: navigation, search
(Full Title or Meme)
Line 1: Line 1:
 
==Full Title or Meme==
 
==Full Title or Meme==
  
A superscript of [[Javascript]] that adds strong typing and other aids for good programming practice.
+
A superscript of [[JavaScript]] that adds strong typing and other aids for good programming practice.
  
 
==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.
  
 
==References==
 
==References==
  
 +
[[Category: Standard]]
 
[[Category: Best Practice]]
 
[[Category: Best Practice]]

Revision as of 17:17, 31 October 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.

References