SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
TYPESCRIPT 
DUUG 25 SEPTEMBER 2014 
4F
)F1)F '1**-/FžF F3+ -/F¥F´%)1# '1**-/
TYPESCRIPT LETS YOU WRITE JAVASCRIPT 
THE WAY YOU REALLY WANT TO.
TYPESCRIPT 
4+ . 
	)/ -! . 
'.. . 

*0' . 
0)/$*). 
 ) -$.
JAVASCRIPT 
TYPESCRIPT IS A TYPED SUPERSET OF JAVASCRIPT THAT COMPILES TO PLAIN JAVASCRIPT.
BENEFITS 
*(+$' - 
4+ F.! /4 
0/*F*(+' /$*) 
 '-/$*)F!$' .F¨ F
$)F 
© 
 
)0'-‡%.F )
TYPES 
/-$) 
0( - 
**' ) 
--4 
)0( 
)4 
*$
STRING / NUMBER / BOOLEAN 
var name: string = 'Jan'; 
var age: number = 24; 
var isDutch: boolean = true; 
name = isDutch; 
))*/F*)1 -/FÞ**' )ÞF/*FÞ./-$)Þ‡
ARRAY 
var list: number[] = [1, 2, 3]; 
list.push(4); 
list.push('five'); 
*0'F)*/F++'4F/4+ FÞ)0( -ÞF/*F-0( )/FtF2#$#F$.F*!F/4+ FÞ./-$)Þ‡
ENUM 
enum Countries { 'Netherlands', 'Belgium', 'Unkown' } 
var country: Countries = Countries.Netherlands;
ANY 
var notSure: any = 4; 
notSure = maybe a string instead; 
notSure = false; // okay, definitely a boolean
INTERFACES 
interface IPerson { 
Name: string; 
Country: Countries; 
IsDutch: boolean; 
callName(): string; 
}
INTERFACES 
class person implements IPerson { 
} 
'..F+ -.*)F '- .F$)/ -! F	 -.*)F0/F* .F)*/F$(+' ( )/F$/‰ 
4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ( ÞF!-*(F/4+ FÞ	 -.*)Þ‡ 
4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ*0)/$ .ÞF!-*(F/4+ FÞ	 -.*)Þ‡ 
4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ	.0/#ÞF!-*(F/4+ FÞ	 -.*)Þ‡ 
4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ''( ÞF!-*(F/4+ FÞ	 -.*)Þ‡
CLASSES 
class person implements IPerson { 
public Name: string; 
public Country: Countries; 
public IsDutch: boolean; 
constructor(name: string, country: Countries, isDutch: boolean) { 
this.Name = name; 
this.Country = Countries.Netherlands; 
this.IsDutch = isDutch; 
} 
callName() { 
return this.Name; 
} 
}
CLASSES - A SHORTER WAY 
class person implements IPerson { 
constructor(public Name: string, public Country: Countries, 
public IsDutch: boolean) { } 
callName() { 
return this.Name; 
} 
}
NEW CLASS 
var dave = new person('Dave Woestenborghs', Countries.Belgium, false);
GENERICS 
function identityT(arg: T): T { 
return arg; 
} 
var output = this.identitystring('one'); 
var output = this.identitystring(1); 
0++'$ F+-( / -.F*F)*/F(/#F)4F.$)/0- F*!F''F/- /‰ 
*0'F)*/F++'4F/4+ FÞ./-$)ÞF/*F-0( )/FtF2#$#F$.F*!F/4+ FÞ)0( -Þ‡
TOOLS 
$.0'F/0$*FustvF0+/ Fu 
$.0'F/0$*FustuF¨ F

Contenu connexe

Tendances (12)

Algoritmo divisao
Algoritmo divisaoAlgoritmo divisao
Algoritmo divisao
 
Seasion7
Seasion7Seasion7
Seasion7
 
Somerville, Ma Arts at the Armory building inaccessible- state complaint Mar...
Somerville, Ma Arts at the Armory building inaccessible-  state complaint Mar...Somerville, Ma Arts at the Armory building inaccessible-  state complaint Mar...
Somerville, Ma Arts at the Armory building inaccessible- state complaint Mar...
 
Webinar: Online Fundraising
Webinar: Online FundraisingWebinar: Online Fundraising
Webinar: Online Fundraising
 
clase visual basic
clase visual basicclase visual basic
clase visual basic
 
Design thinking ideate - KAbbott
Design thinking ideate - KAbbottDesign thinking ideate - KAbbott
Design thinking ideate - KAbbott
 
RACC -Comparativa Bicis Publicas full_v120625_def
RACC -Comparativa Bicis Publicas full_v120625_defRACC -Comparativa Bicis Publicas full_v120625_def
RACC -Comparativa Bicis Publicas full_v120625_def
 
Anna bhaaryato
Anna bhaaryatoAnna bhaaryato
Anna bhaaryato
 
ABAP EVENTS EXAMPLE
ABAP EVENTS EXAMPLEABAP EVENTS EXAMPLE
ABAP EVENTS EXAMPLE
 
หนึ่งใจให้ธรรมะ
หนึ่งใจให้ธรรมะหนึ่งใจให้ธรรมะ
หนึ่งใจให้ธรรมะ
 
mlitt
mlittmlitt
mlitt
 
Using MySQL in a web-scale environment
Using MySQL in a web-scale environmentUsing MySQL in a web-scale environment
Using MySQL in a web-scale environment
 

Similaire à DUUG meetup Colours - Typescript

DUUG meetup Colours - Custom sections v6 vs v7
DUUG meetup Colours - Custom sections v6 vs v7DUUG meetup Colours - Custom sections v6 vs v7
DUUG meetup Colours - Custom sections v6 vs v7Colours B.V.
 
12.19 EHS Class of 1990
12.19 EHS Class of 199012.19 EHS Class of 1990
12.19 EHS Class of 1990Nicodemas_1996
 
59598225 thesis-slim
59598225 thesis-slim59598225 thesis-slim
59598225 thesis-slimThanh Nguyen
 
Museum Collections Management and Online Exhibit Software
Museum Collections Management and Online Exhibit SoftwareMuseum Collections Management and Online Exhibit Software
Museum Collections Management and Online Exhibit SoftwareK L
 
"Innovación radical: open access, auto-aprendizaje y sobreabundancia"
"Innovación radical: open access, auto-aprendizaje y sobreabundancia""Innovación radical: open access, auto-aprendizaje y sobreabundancia"
"Innovación radical: open access, auto-aprendizaje y sobreabundancia"@cristobalcobo
 
ulF.Jftrbqlr-lrnlJ.}r{FFF.docx
ulF.Jftrbqlr-lrnlJ.}r{FFF.docxulF.Jftrbqlr-lrnlJ.}r{FFF.docx
ulF.Jftrbqlr-lrnlJ.}r{FFF.docxmarilucorr
 
uttaradhikar-1
uttaradhikar-1uttaradhikar-1
uttaradhikar-1Mainu4
 
3 narashasns aur antim avtar
3 narashasns aur antim avtar3 narashasns aur antim avtar
3 narashasns aur antim avtaryusmohd1
 
"Financing, Energy Projects and Infrastructure"
"Financing, Energy Projects and Infrastructure""Financing, Energy Projects and Infrastructure"
"Financing, Energy Projects and Infrastructure"Cynthia Thyfault
 
GPME - Administração e análise de custos
GPME - Administração e análise de custosGPME - Administração e análise de custos
GPME - Administração e análise de custosRicardo Barboza da Silva
 
Janusz Korczak - wykaz książek i artykułów w zbiorach BP Cieszyn
Janusz Korczak - wykaz książek i artykułów w zbiorach BP CieszynJanusz Korczak - wykaz książek i artykułów w zbiorach BP Cieszyn
Janusz Korczak - wykaz książek i artykułów w zbiorach BP CieszynMultimedia Lab - Pedagogical Library
 
5 islaam ke paigambar muhammad(saw)
5 islaam ke paigambar muhammad(saw)5 islaam ke paigambar muhammad(saw)
5 islaam ke paigambar muhammad(saw)yusmohd1
 
anddolon-8
anddolon-8anddolon-8
anddolon-8Mainu4
 

Similaire à DUUG meetup Colours - Typescript (19)

DUUG meetup Colours - Custom sections v6 vs v7
DUUG meetup Colours - Custom sections v6 vs v7DUUG meetup Colours - Custom sections v6 vs v7
DUUG meetup Colours - Custom sections v6 vs v7
 
pdf-road-map.pptx
pdf-road-map.pptxpdf-road-map.pptx
pdf-road-map.pptx
 
12.19 EHS Class of 1990
12.19 EHS Class of 199012.19 EHS Class of 1990
12.19 EHS Class of 1990
 
T&H Credentials_May 23 (2).pdf
T&H Credentials_May 23 (2).pdfT&H Credentials_May 23 (2).pdf
T&H Credentials_May 23 (2).pdf
 
Ismayilo vv russia-echrjudgment_eng.pdf
Ismayilo vv russia-echrjudgment_eng.pdfIsmayilo vv russia-echrjudgment_eng.pdf
Ismayilo vv russia-echrjudgment_eng.pdf
 
59598225 thesis-slim
59598225 thesis-slim59598225 thesis-slim
59598225 thesis-slim
 
Museum Collections Management and Online Exhibit Software
Museum Collections Management and Online Exhibit SoftwareMuseum Collections Management and Online Exhibit Software
Museum Collections Management and Online Exhibit Software
 
"Innovación radical: open access, auto-aprendizaje y sobreabundancia"
"Innovación radical: open access, auto-aprendizaje y sobreabundancia""Innovación radical: open access, auto-aprendizaje y sobreabundancia"
"Innovación radical: open access, auto-aprendizaje y sobreabundancia"
 
ulF.Jftrbqlr-lrnlJ.}r{FFF.docx
ulF.Jftrbqlr-lrnlJ.}r{FFF.docxulF.Jftrbqlr-lrnlJ.}r{FFF.docx
ulF.Jftrbqlr-lrnlJ.}r{FFF.docx
 
Vampiro -a_mascara_-_compendi
Vampiro  -a_mascara_-_compendiVampiro  -a_mascara_-_compendi
Vampiro -a_mascara_-_compendi
 
uttaradhikar-1
uttaradhikar-1uttaradhikar-1
uttaradhikar-1
 
Faster develoment with CakePHP 3
Faster develoment with CakePHP 3Faster develoment with CakePHP 3
Faster develoment with CakePHP 3
 
3 narashasns aur antim avtar
3 narashasns aur antim avtar3 narashasns aur antim avtar
3 narashasns aur antim avtar
 
"Financing, Energy Projects and Infrastructure"
"Financing, Energy Projects and Infrastructure""Financing, Energy Projects and Infrastructure"
"Financing, Energy Projects and Infrastructure"
 
GPME - Administração e análise de custos
GPME - Administração e análise de custosGPME - Administração e análise de custos
GPME - Administração e análise de custos
 
Janusz Korczak - wykaz książek i artykułów w zbiorach BP Cieszyn
Janusz Korczak - wykaz książek i artykułów w zbiorach BP CieszynJanusz Korczak - wykaz książek i artykułów w zbiorach BP Cieszyn
Janusz Korczak - wykaz książek i artykułów w zbiorach BP Cieszyn
 
5 islaam ke paigambar muhammad(saw)
5 islaam ke paigambar muhammad(saw)5 islaam ke paigambar muhammad(saw)
5 islaam ke paigambar muhammad(saw)
 
Ameleth
AmelethAmeleth
Ameleth
 
anddolon-8
anddolon-8anddolon-8
anddolon-8
 

Plus de Colours B.V.

How-To Sessies: Customer Journeys
How-To Sessies: Customer JourneysHow-To Sessies: Customer Journeys
How-To Sessies: Customer JourneysColours B.V.
 
Webinar - Predicting visitor behavior
Webinar - Predicting visitor behaviorWebinar - Predicting visitor behavior
Webinar - Predicting visitor behaviorColours B.V.
 
SUGNL Colours - Otap & content delivery
SUGNL Colours - Otap & content deliverySUGNL Colours - Otap & content delivery
SUGNL Colours - Otap & content deliveryColours B.V.
 
SUGNL Colours - Dms developer vs marketeer
SUGNL Colours - Dms developer vs marketeerSUGNL Colours - Dms developer vs marketeer
SUGNL Colours - Dms developer vs marketeerColours B.V.
 
SUGNL Colours - Git & branching
SUGNL Colours - Git & branchingSUGNL Colours - Git & branching
SUGNL Colours - Git & branchingColours B.V.
 
Online trends | Gebruikerservaring (Whatsup 12/9/13)
Online trends | Gebruikerservaring (Whatsup 12/9/13)Online trends | Gebruikerservaring (Whatsup 12/9/13)
Online trends | Gebruikerservaring (Whatsup 12/9/13)Colours B.V.
 
Van een op een, naar veel - Seminar Web, apps, email
Van een op een, naar veel - Seminar Web, apps, emailVan een op een, naar veel - Seminar Web, apps, email
Van een op een, naar veel - Seminar Web, apps, emailColours B.V.
 
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?Colours B.V.
 
Ideale ontwikkelaanpak - Seminar Web, apps, email
Ideale ontwikkelaanpak - Seminar Web, apps, emailIdeale ontwikkelaanpak - Seminar Web, apps, email
Ideale ontwikkelaanpak - Seminar Web, apps, emailColours B.V.
 
Multichannel - Seminar Web, apps,email
Multichannel - Seminar Web, apps,emailMultichannel - Seminar Web, apps,email
Multichannel - Seminar Web, apps,emailColours B.V.
 
Case euromaster - colours voor Dutch Interactive Awards
Case euromaster - colours voor Dutch Interactive AwardsCase euromaster - colours voor Dutch Interactive Awards
Case euromaster - colours voor Dutch Interactive AwardsColours B.V.
 
Wat is drupal? - Drupal seminar 20 mei 2010, Colours
Wat is drupal? - Drupal seminar 20 mei 2010, ColoursWat is drupal? - Drupal seminar 20 mei 2010, Colours
Wat is drupal? - Drupal seminar 20 mei 2010, ColoursColours B.V.
 
Drupal in 5 vragen - Drupal seminar 20 mei 2010, Colours
Drupal in 5 vragen - Drupal seminar 20 mei 2010, ColoursDrupal in 5 vragen - Drupal seminar 20 mei 2010, Colours
Drupal in 5 vragen - Drupal seminar 20 mei 2010, ColoursColours B.V.
 
Drupal & ISES, Drupal seminar 20 mei 2010, Colours
Drupal & ISES, Drupal seminar 20 mei 2010, ColoursDrupal & ISES, Drupal seminar 20 mei 2010, Colours
Drupal & ISES, Drupal seminar 20 mei 2010, ColoursColours B.V.
 
Charlotte van dael DDMA Ilounge 9maart2010
Charlotte van dael DDMA Ilounge 9maart2010Charlotte van dael DDMA Ilounge 9maart2010
Charlotte van dael DDMA Ilounge 9maart2010Colours B.V.
 
Hyves @ #Socialsucces 2 december 2009
Hyves @ #Socialsucces 2 december 2009Hyves @ #Socialsucces 2 december 2009
Hyves @ #Socialsucces 2 december 2009Colours B.V.
 
Usability - Seminar Steeds Betere Website 24 nov 2009
Usability - Seminar Steeds Betere Website 24 nov 2009Usability - Seminar Steeds Betere Website 24 nov 2009
Usability - Seminar Steeds Betere Website 24 nov 2009Colours B.V.
 
Verder Magazine van LECTRIC Groep
Verder Magazine van LECTRIC GroepVerder Magazine van LECTRIC Groep
Verder Magazine van LECTRIC GroepColours B.V.
 
Colours Bureaupresentatie
Colours BureaupresentatieColours Bureaupresentatie
Colours BureaupresentatieColours B.V.
 

Plus de Colours B.V. (19)

How-To Sessies: Customer Journeys
How-To Sessies: Customer JourneysHow-To Sessies: Customer Journeys
How-To Sessies: Customer Journeys
 
Webinar - Predicting visitor behavior
Webinar - Predicting visitor behaviorWebinar - Predicting visitor behavior
Webinar - Predicting visitor behavior
 
SUGNL Colours - Otap & content delivery
SUGNL Colours - Otap & content deliverySUGNL Colours - Otap & content delivery
SUGNL Colours - Otap & content delivery
 
SUGNL Colours - Dms developer vs marketeer
SUGNL Colours - Dms developer vs marketeerSUGNL Colours - Dms developer vs marketeer
SUGNL Colours - Dms developer vs marketeer
 
SUGNL Colours - Git & branching
SUGNL Colours - Git & branchingSUGNL Colours - Git & branching
SUGNL Colours - Git & branching
 
Online trends | Gebruikerservaring (Whatsup 12/9/13)
Online trends | Gebruikerservaring (Whatsup 12/9/13)Online trends | Gebruikerservaring (Whatsup 12/9/13)
Online trends | Gebruikerservaring (Whatsup 12/9/13)
 
Van een op een, naar veel - Seminar Web, apps, email
Van een op een, naar veel - Seminar Web, apps, emailVan een op een, naar veel - Seminar Web, apps, email
Van een op een, naar veel - Seminar Web, apps, email
 
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?
Klantcase Eneco- Seminar Web, apps, email, hoe nu verder?
 
Ideale ontwikkelaanpak - Seminar Web, apps, email
Ideale ontwikkelaanpak - Seminar Web, apps, emailIdeale ontwikkelaanpak - Seminar Web, apps, email
Ideale ontwikkelaanpak - Seminar Web, apps, email
 
Multichannel - Seminar Web, apps,email
Multichannel - Seminar Web, apps,emailMultichannel - Seminar Web, apps,email
Multichannel - Seminar Web, apps,email
 
Case euromaster - colours voor Dutch Interactive Awards
Case euromaster - colours voor Dutch Interactive AwardsCase euromaster - colours voor Dutch Interactive Awards
Case euromaster - colours voor Dutch Interactive Awards
 
Wat is drupal? - Drupal seminar 20 mei 2010, Colours
Wat is drupal? - Drupal seminar 20 mei 2010, ColoursWat is drupal? - Drupal seminar 20 mei 2010, Colours
Wat is drupal? - Drupal seminar 20 mei 2010, Colours
 
Drupal in 5 vragen - Drupal seminar 20 mei 2010, Colours
Drupal in 5 vragen - Drupal seminar 20 mei 2010, ColoursDrupal in 5 vragen - Drupal seminar 20 mei 2010, Colours
Drupal in 5 vragen - Drupal seminar 20 mei 2010, Colours
 
Drupal & ISES, Drupal seminar 20 mei 2010, Colours
Drupal & ISES, Drupal seminar 20 mei 2010, ColoursDrupal & ISES, Drupal seminar 20 mei 2010, Colours
Drupal & ISES, Drupal seminar 20 mei 2010, Colours
 
Charlotte van dael DDMA Ilounge 9maart2010
Charlotte van dael DDMA Ilounge 9maart2010Charlotte van dael DDMA Ilounge 9maart2010
Charlotte van dael DDMA Ilounge 9maart2010
 
Hyves @ #Socialsucces 2 december 2009
Hyves @ #Socialsucces 2 december 2009Hyves @ #Socialsucces 2 december 2009
Hyves @ #Socialsucces 2 december 2009
 
Usability - Seminar Steeds Betere Website 24 nov 2009
Usability - Seminar Steeds Betere Website 24 nov 2009Usability - Seminar Steeds Betere Website 24 nov 2009
Usability - Seminar Steeds Betere Website 24 nov 2009
 
Verder Magazine van LECTRIC Groep
Verder Magazine van LECTRIC GroepVerder Magazine van LECTRIC Groep
Verder Magazine van LECTRIC Groep
 
Colours Bureaupresentatie
Colours BureaupresentatieColours Bureaupresentatie
Colours Bureaupresentatie
 

Dernier

WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 

Dernier (20)

WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 

DUUG meetup Colours - Typescript

  • 1. TYPESCRIPT DUUG 25 SEPTEMBER 2014 4F )F1)F '1**-/FžF F3+ -/F¥F´%)1# '1**-/
  • 2. TYPESCRIPT LETS YOU WRITE JAVASCRIPT THE WAY YOU REALLY WANT TO.
  • 3. TYPESCRIPT 4+ . )/ -! . '.. . *0' . 0)/$*). ) -$.
  • 4. JAVASCRIPT TYPESCRIPT IS A TYPED SUPERSET OF JAVASCRIPT THAT COMPILES TO PLAIN JAVASCRIPT.
  • 5. BENEFITS *(+$' - 4+ F.! /4 0/*F*(+' /$*) '-/$*)F!$' .F¨ F
  • 6. $)F © )0'-‡%.F )
  • 7. TYPES /-$) 0( - **' ) --4 )0( )4 *$
  • 8. STRING / NUMBER / BOOLEAN var name: string = 'Jan'; var age: number = 24; var isDutch: boolean = true; name = isDutch; ))*/F*)1 -/FÞ**' )ÞF/*FÞ./-$)Þ‡
  • 9. ARRAY var list: number[] = [1, 2, 3]; list.push(4); list.push('five'); *0'F)*/F++'4F/4+ FÞ)0( -ÞF/*F-0( )/FtF2#$#F$.F*!F/4+ FÞ./-$)Þ‡
  • 10. ENUM enum Countries { 'Netherlands', 'Belgium', 'Unkown' } var country: Countries = Countries.Netherlands;
  • 11. ANY var notSure: any = 4; notSure = maybe a string instead; notSure = false; // okay, definitely a boolean
  • 12. INTERFACES interface IPerson { Name: string; Country: Countries; IsDutch: boolean; callName(): string; }
  • 13. INTERFACES class person implements IPerson { } '..F+ -.*)F '- .F$)/ -! F -.*)F0/F* .F)*/F$(+' ( )/F$/‰ 4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ( ÞF!-*(F/4+ FÞ -.*)Þ‡ 4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ*0)/$ .ÞF!-*(F/4+ FÞ -.*)Þ‡ 4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ .0/#ÞF!-*(F/4+ FÞ -.*)Þ‡ 4+ FÞ+ -.*)ÞF$.F($..$)F+-*+ -/4FÞ''( ÞF!-*(F/4+ FÞ -.*)Þ‡
  • 14. CLASSES class person implements IPerson { public Name: string; public Country: Countries; public IsDutch: boolean; constructor(name: string, country: Countries, isDutch: boolean) { this.Name = name; this.Country = Countries.Netherlands; this.IsDutch = isDutch; } callName() { return this.Name; } }
  • 15. CLASSES - A SHORTER WAY class person implements IPerson { constructor(public Name: string, public Country: Countries, public IsDutch: boolean) { } callName() { return this.Name; } }
  • 16. NEW CLASS var dave = new person('Dave Woestenborghs', Countries.Belgium, false);
  • 17. GENERICS function identityT(arg: T): T { return arg; } var output = this.identitystring('one'); var output = this.identitystring(1); 0++'$ F+-( / -.F*F)*/F(/#F)4F.$)/0- F*!F''F/- /‰ *0'F)*/F++'4F/4+ FÞ./-$)ÞF/*F-0( )/FtF2#$#F$.F*!F/4+ FÞ)0( -Þ‡
  • 18. TOOLS $.0'F/0$*FustvF0+/ Fu $.0'F/0$*FustuF¨ F
  • 19. $)F © 0'$( F 3/F¨ F
  • 23. DEMO