O que é Typescript?

É Uma linguagem open source criada pela microsoft em 2012.

É Um superset do javaScript, ou seja é um javaScript com funcionalidades a mais.

Possui tipagem estática o que impossibilita a alteração do tipo da variavel depois de sua criação.

No exem…


This content originally appeared on DEV Community and was authored by hevertonam

É Uma linguagem open source criada pela microsoft em 2012.

É Um superset do javaScript, ou seja é um javaScript com funcionalidades a mais.

Possui tipagem estática o que impossibilita a alteração do tipo da variavel depois de sua criação.

Image description

No exemplo acima temos duas situações onde não permite a mudança do tipo da variavel.

  1. se passar string onde esperar um number dara erro ((soma(“1”, “2”))

  2. se passar apenas um parametro onde espera por 2 também da erro(soma(1));

A linguagem pode ser usada no lado do cliente e no lado do servidor (Node.js ou Deno).


This content originally appeared on DEV Community and was authored by hevertonam


Print Share Comment Cite Upload Translate Updates
APA

hevertonam | Sciencx (2022-07-05T20:25:45+00:00) O que é Typescript?. Retrieved from https://www.scien.cx/2022/07/05/o-que-e-typescript/

MLA
" » O que é Typescript?." hevertonam | Sciencx - Tuesday July 5, 2022, https://www.scien.cx/2022/07/05/o-que-e-typescript/
HARVARD
hevertonam | Sciencx Tuesday July 5, 2022 » O que é Typescript?., viewed ,<https://www.scien.cx/2022/07/05/o-que-e-typescript/>
VANCOUVER
hevertonam | Sciencx - » O que é Typescript?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/05/o-que-e-typescript/
CHICAGO
" » O que é Typescript?." hevertonam | Sciencx - Accessed . https://www.scien.cx/2022/07/05/o-que-e-typescript/
IEEE
" » O que é Typescript?." hevertonam | Sciencx [Online]. Available: https://www.scien.cx/2022/07/05/o-que-e-typescript/. [Accessed: ]
rf:citation
» O que é Typescript? | hevertonam | Sciencx | https://www.scien.cx/2022/07/05/o-que-e-typescript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.