You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Typescript is a "syntactical superset" of JavaScript and basically is used to help catch mistakes early through a type system and to make JavaScript development more efficient.*/
//Comments
//Single Line - Use "//"
/*Multi-Line - Use "/*" to start. This is the start of a multi line comment