Skip to content

Commit e43aa85

Browse files
committed
Creates adams typescript talk in remark js
0 parents  commit e43aa85

File tree

13,803 files changed

+1844555
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,803 files changed

+1844555
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Intro to Typescript Talk at BendJS
2+
3+
## In this talk, we will learn about:
4+
* What typescript is and the rationale for using it
5+
* Basic types and how to declare and use them
6+
* Interfaces for describing object shapes and signatures
7+
* More advanced type topics like union types, intersection types, generics and more
8+
* How to opt out of the type system
9+
* Enums

0 commit comments

Comments
 (0)