TypeScript Tutorial 1: Welcome To TypeScript!

preview_player
Показать описание
Welcome to typescript! Learn what typescript is all about and how to get started!

Рекомендации по теме
Комментарии
Автор

Thanks for starting this tutorial on typescript. I was looking for it and happy to find it with you.

PremAnanthC
Автор

Videos and explanations are great, though hoping to see full complete set of tutorials and if you can add which set of your tutorial videos are complete in playlist heading or somewhere it will be great.

thecyberlord
Автор

very interesting tutorial I am expecting more about TS

vedprakash
Автор

OK thanks but why do we need the darn thing in the first place?
im hoping its a way to understand angular2

harrikah
Автор

ts code :
function f(val1:number) {
console.log(val1);
}

js code, after compile :
function f(val1) {
console.log(val1);
}

Is there any way to maintain type safe even after convert to js from

karthiknedunchezhiyan
Автор

Yeh call center waale accent ki zarurat nahi hai mere bhai.

panchmukhiakhada
Автор

Yeah, Why fake accent. Just be yourself and be proud about it.

qgtjibi
Автор

It's a very bad video mate. Go to the main points, this is waste of a time.

danialkalbasi