Thanks, Kaushik, your lectures are always insight full. I was just wondering are you using some kind of plugin to make you editor(VS Code ) to change its appearance( terminal headings are coloured, arrow function looks different) or it is some settings. Could you please tell how you are doing this.
Why would you define types for properties inside your class that implements interface Person ? Isn't one of things that we use interfaces is to conveniently define types of object method/fields ?
Hey Bro I followed up your tutorials.It was easy to learn..In this interface and duck typing i fed up with some errors "'=' can only be used in an object literal property inside a destructuring assignment. 15 firstName='test', ~ interface.ts:16:5 - error TS2304: Cannot find name 'ln' ." this is the error please can you tell me about this error?
Yet another very good tutorial. Thank you.
The last section about it matches the structure means it is complient was a great clarification
You explain everything so clearly! Thank you so muchhhh!!!
Incredible !!!!
Amazing - language and tutorial
In Java, variables should be static and final in interface.
Very helpful, thanks a lot!
@JavaBrains --- I get the error related to the greet method from the Person definition in the classes.ts file.
Gr8 Work ... Thanks !!!
Thanks, Kaushik, your lectures are always insight full. I was just wondering are you using some kind of plugin to make you editor(VS Code ) to change its appearance( terminal headings are coloured, arrow function looks different) or it is some settings. Could you please tell how you are doing this.
Why would you define types for properties inside your class that implements interface Person ? Isn't one of things that we use interfaces is to conveniently define types of object method/fields ?
reat work!!!! thanks a lot
Hey Bro I followed up your tutorials.It was easy to learn..In this interface and duck typing i fed up with some errors
"'=' can only be used in an object literal property inside a destructuring assignment.
15 firstName='test',
~
interface.ts:16:5 - error TS2304: Cannot find name 'ln' ."
this is the error please can you tell me about this error?
JS + TS = Java