Typescript variables: Difference between revisions

From wikinotes
(Created page with "= Assignment = <blockquote> <syntaxhighlight lang="typesript"> let name: string = "alex"; </syntaxhighlight> </blockquote><!-- Assignment --> = Scope = <blockquote> </blockquote><!-- Scope -->")
(No difference)

Revision as of 03:07, 11 December 2022

Assignment

let name: string = "alex";

Scope