Typescript variables

From wikinotes
Revision as of 03:07, 11 December 2022 by Will (talk | contribs) (Created page with "= Assignment = <blockquote> <syntaxhighlight lang="typesript"> let name: string = "alex"; </syntaxhighlight> </blockquote><!-- Assignment --> = Scope = <blockquote> </blockquote><!-- Scope -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Assignment

let name: string = "alex";

Scope