export class Info {
name: string = 'Gabriel Amorim';
age: number = 23;
nationality: string = 'Brazilian';
educational_background: Array<string> = [
'Information Systems - Una University Center',
'IT Technician - CEFET-MG',
];
}
"Talent you have naturally.
Skill is only developed by hours and hours and hours of beating on your craft."
- Will Smith