interface LearningTS {
LessonsCompleted: number;
LessonsLeft: number;
}
export const Day1_of: LearningTS = {
LessonsCompleted: 8,
LessonsLeft: 31
};
I made it to lesson 8 today friends.
Ill be back tomorrow to finish this course up, and hopefully start the next one :)
To kick it off I'm starting typescript from square 1 on
totaltypescript.com - will be working through as much of this as I think i will need. Will keep you guys posted :)