The key distinction is that a type cannot be re-opened to add new properties vs an interface which is always extendable. type Animal = { name: string; }; type Animal = { color: string; }; Above code is NOT ALLOWED interface Animal { name: string; }; interface Animal { color: string; }; This is ALLOWED PS - If you don't know what interface is, keep watching the playlist, there's a video about it later
he is not here to teach us , he is here to just showcase his english skills only . speaking anything irrelevant to the topic and focusing on his english more
Hi Sir, I am huge fan of your work and purchased a few courses on your website but the new message thing on the title is very annoying and it doesnt goes away. please fix it I am unable to focus on the content. Edit: fixed it - setInterval(( )=>{ document.title = ""},100) ;)
Can you please explain the difference between interfaces and this type alises
The key distinction is that a type cannot be re-opened to add new properties vs an interface which is always extendable.
type Animal = {
name: string;
};
type Animal = {
color: string;
};
Above code is NOT ALLOWED
interface Animal {
name: string;
};
interface Animal {
color: string;
};
This is ALLOWED
PS - If you don't know what interface is, keep watching the playlist, there's a video about it later
This is the best free software Ive seen. Respect.
Nice , it was helpful.
Astonishing
Thank you
Bro you are beast
really?
Present sir...
❤❤❤❤❤
he is not here to teach us , he is here to just showcase his english skills only . speaking anything irrelevant to the topic and focusing on his english more
well you've learnt something at least 😁
cool
Hi Sir, I am huge fan of your work and purchased a few courses on your website but the new message thing on the title is very annoying and it doesnt goes away. please fix it I am unable to focus on the content.
Edit: fixed it - setInterval(( )=>{ document.title = ""},100) ;)
Second
First