In this video, you will learn how to check if given String is empty or not in TypeScript, using length property of string object and Equal-to comparison operator.
0:16 Example to check if string "" is empty
1:26 Example to check if string "Hello World" is empty