add new comments
This commit is contained in:
parent
25a4e7d988
commit
f2cb6cf6dd
|
@ -1,3 +1,7 @@
|
|||
|
||||
// ########################## УЧЕБНЫЙ ТЕКСТ ############################################################
|
||||
//******************************************************************************************************
|
||||
|
||||
interface People {
|
||||
name: string;
|
||||
age: number | undefined;
|
||||
|
|
Loading…
Reference in New Issue