filmov
tv
TypeScript Few Basic Syntaxes #10 | TypeScript Tutorial for Beginner | #VCreationsTech
Показать описание
Hello Friends,
Today our topic is on TypeScript Few Basic Syntax's.
TypeScript few basic syntax's contains following things,
i/ Identifiers are names given to elements in a program like variable, functions etc. Identifiers can include characters and digit but cannot begin with digits.
ii/ TypeScript ignores white spaces,tabs and newlines in a program.
iii/ TypeScript is case-sensitive which means there is a difference between uppercase and lowercase characters.
iv/ In TypeScript Semicolons are optional. But in a single line if we write multiple statements then we need to add semicolon otherwise it will show compilation error.
v/ Single-line comments(//) and Multi-line comments(/* */) are supported in TypeScript.
Wish You Success,
#VCreationsTech.
Today our topic is on TypeScript Few Basic Syntax's.
TypeScript few basic syntax's contains following things,
i/ Identifiers are names given to elements in a program like variable, functions etc. Identifiers can include characters and digit but cannot begin with digits.
ii/ TypeScript ignores white spaces,tabs and newlines in a program.
iii/ TypeScript is case-sensitive which means there is a difference between uppercase and lowercase characters.
iv/ In TypeScript Semicolons are optional. But in a single line if we write multiple statements then we need to add semicolon otherwise it will show compilation error.
v/ Single-line comments(//) and Multi-line comments(/* */) are supported in TypeScript.
Wish You Success,
#VCreationsTech.