user62429
0
Q:

typescript cheat sheet 2020

let len: number = (input as string).length
let len: number = (<string> input).length  /* not allowed in JSX */
0
enum Color {Red, Green, Blue = 4}
let c: Color = Color.Green
0

Tags

New to Communities?

Join the community