Example: const t: boolean = ["abc", "def"].includes("abc"); Error: Property 'includes' does not exist on type 'string[]'. 
Example: const t: boolean = ["abc", "def"].includes("abc");
Error: Property 'includes' does not exist on type 'string[]'.