Answers for "type '(type | undefined)[]' is not assignable to type"

3

Type 'string | undefined' is not assignable to type 'string'.

let name1:string = person.name as string;
Posted by: Guest on April-02-2021

Code answers related to "type '(type | undefined)[]' is not assignable to type"

Browse Popular Code Answers by Language