Skip to content

Commit 1367a73

Browse files
authored
Add typescript questions category
1 parent 4f601fb commit 1367a73

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@ I hope my experience and the experiences of other developers will help you get b
1414
## List of Content
1515
1. [Common interview questions](#common-interview-questions)
1616
1. [Common technical interview questions](#common-technical-interview-questions)
17-
1. [HTML](#html-interview-questions)
18-
1. [CSS](#css-interview-questions)
19-
1. [Javascript](#javascript-interview-questions)
17+
1. [HTML interview questions](#html-interview-questions)
18+
1. [CSS interview questions](#css-interview-questions)
19+
1. [Javascript interview questions](#javascript-interview-questions)
2020
* [Junior candidate](#junior-candidate)
2121
* [Middle candidate](#middle-candidate)
2222
* [Senior candidate](#senior-candidate)
2323
1. [Javascript Coding](#javascript-coding-questions)
2424
1. [React interview questions](#react-interview-questions)
25-
1. [GIT Questions](#git)
26-
1. [Testing Questions](#testing-questions)
27-
1. [Funny Questions](#funny-questions)
25+
1. [Typescript interview questions](#typescript-interview-questions)
26+
1. [GIT interview questions](#git)
27+
1. [Testing interview questions](#testing-questions)
28+
1. [Funny questions](#funny-questions)
2829
1. [Contributing](https://github.com/wwwebman/front-end-interview-questions/blob/master/CONTRIBUTING.md)
2930

3031
## Common interview questions
@@ -195,6 +196,9 @@ Man.prototype.getName = () => {
195196
1. What does mean "Isomorphic React Application"? - [@answer--smashingmagazine](https://www.smashingmagazine.com/2015/04/react-to-the-future-with-isomorphic-apps/)
196197
1. What is the difference between Mobx & Redux? - [@answer](https://www.robinwieruch.de/redux-mobx-confusion/)
197198

199+
## Typescript interview questions
200+
1. Talk about the differences between public, private, and protected class access modifiers? [@answer--typescriptlang.org](https://www.typescriptlang.org/docs/handbook/classes.html#public-private-and-protected-modifiers)
201+
198202
## GIT
199203
1. What is the main difference between `merge` and `rebase`? - [@answer](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)
200204

0 commit comments

Comments
 (0)