add new comments

This commit is contained in:
Костя 2025-06-17 13:46:50 +03:00
parent 25a4e7d988
commit f2cb6cf6dd
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// ########################## УЧЕБНЫЙ ТЕКСТ ############################################################
//******************************************************************************************************
interface People {
name: string;
age: number | undefined;