-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript #1819
TypeScript #1819
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
typescript/introduction/intro-typescript/how-can-typescript-help-me.md
Outdated
Show resolved
Hide resolved
typescript/introduction/intro-typescript/how-can-typescript-help-me.md
Outdated
Show resolved
Hide resolved
typescript/introduction/intro-typescript/how-can-typescript-help-me.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dig the last TS push - explanations are more clear and concise, it's a breeze to go through them
had a few comments here and there tho
typescript/introduction/tsc-using-types/tsc-number-string-boolean.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-basic-types/tsc-object-type-comparison.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-basic-types/tsc-object-type-comparison.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-basic-types/tsc-type-aliases-intro.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-classes-and-interfaces/tsc-classes-and-interfaces-intro.md
Show resolved
Hide resolved
typescript/introduction/tsc-using-types/tsc-number-string-boolean.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-using-types/tsc-number-string-boolean.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-using-types/tsc-types-in-functions.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-using-types/tsc-types-in-functions.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-using-types/tsc-protecting-functions.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-intro/get-started-with-typescript.md
Outdated
Show resolved
Hide resolved
typescript/introduction/tsc-classes-and-interfaces/tsc-classes-and-interfaces-intro.md
Show resolved
Hide resolved
} | ||
|
||
??? EnkiApp ??? MobileApp { | ||
category: ??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get from the insight that you have to do category: string = 'Education'
also, why wouldn't just category.string
not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was explained in the insight about classes.
The kind
field on the class Animal
has a default value.
I'll elaborate on it a bit more in that insight then.
Rule insight:footnotes failed for files:
|
…ean.md Co-authored-by: Andrei Calabangiu <andrei@enki.com>
Rule insight:footnotes failed for files:
|
1 similar comment
Rule insight:footnotes failed for files:
|
Rule insight:footnotes failed for files:
|
Rule insight:footnotes failed for files:
|
New topic on TypeScript.