interface IUserInfo {
user: string;
hobbies: string[];
country: string;
}
const userInfo: IUserInfo = {
user: 'Josh Ibbotson',
hobbies: ['Hand Tool Woodworking', 'Japanese language', 'Programming', 'Hiking'],
country: 'UK',
}
Software Engineer
-
Design Logica
- United Kingdom
- https://www.joshibbotson.com/
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.