ngCourse2
ngCourse2 copied to clipboard
Bug in IBioSummary interface
functional_forms page is missing a property in the online version of the book, I've not checked the book.
export interface IBioSummary {
age: number;
size: string; //<<-- THIS IS MISSING
alignment: string;
race: string;
}