Skip to content

Commit 7125ce0

Browse files
committed
Add typescript notes
1 parent ff82039 commit 7125ce0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
typescript-demo
1+
typescript-demo
2+
node_modules

Readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Front End Blog
22
https://frontendtricksblog.blogspot.com/
33

4+
## Tyepscript
5+
[Typescript: Notes](typescript/readme.md)
6+
7+
[Typescript: Add customer properties in window or primitive prototype.](https://github.com/Terence-Cheng/Frontend_Blog/issues/9)
8+
49
## 浏览器原理
510
### 浏览器渲染流程
611
[1. 浏览器渲染流程(1) — 渲染主流程](https://github.com/Terence-Cheng/Frontend_Blog/issues/2)
@@ -206,6 +211,3 @@ TODO: 110 - Another solution
206211

207212
[leetcode 230.Kth Smallest Element in a BST](leetcode/230.kth-smallest-element-in-a-bst.ts)
208213

209-
## Tyepscript
210-
211-
[Typescript: Add customer properties in window or primitive prototype.](https://github.com/Terence-Cheng/Frontend_Blog/issues/9)

0 commit comments

Comments
 (0)