Skip to content

Commit 5bc50cf

Browse files
committed
Update README.md
1 parent f2c70d1 commit 5bc50cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@ someService['someMethod'](x);
262262
<b><a href="#">↥ back to top</a></b>
263263
</div>
264264

265-
## Q. Why do you need type definitions?
266-
## Q. How would you define a custom type?
267-
## Q. What is the difference between an Interface and a Class?
268-
## Q. What are Discriminated union types?
269-
## Q. How do you define Object of Objects type in typescript?
270-
## Q. How can you capture the 'type' the user provides (e.g. number), so that we can use that information later.
265+
#### Q. Why do you need type definitions?
266+
#### Q. How would you define a custom type?
267+
#### Q. What is the difference between an Interface and a Class?
268+
#### Q. What are Discriminated union types?
269+
#### Q. How do you define Object of Objects type in typescript?
270+
#### Q. How can you capture the 'type' the user provides (e.g. number), so that we can use that information later.
271271

272272
<div align="right">
273273
<b><a href="#">↥ back to top</a></b>

0 commit comments

Comments
 (0)