sudheerj / reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
38.89k stars 9.24k forks source link

Bugfix/question missing from table of contents #257

Closed RobertAndreiGit closed 5 months ago

RobertAndreiGit commented 1 year ago

This question 2. What is the history behind React evolution? was missing from the table of contents. Numbering was off/mismatched throughout most of the section because of that

RobertAndreiGit commented 1 year ago

@sudheerj I made this fixing some numbering issues

sudheerj commented 1 year ago

@RobertAndreiGit Can you please let me know the exact changes related to TOC. It is quite difficult to understand exact changes because of your multiple commits.

RobertAndreiGit commented 1 year ago

@sudheerj fixed the numbering. I believe the description is self-explanatory.

Question 2. What is the history behind React evolution? is missing from the ToC and causes numbering mismatches for the rest of the file.

You also have both What are props in React? and What is the difference between state and props? numbered with 10 so it appears to match when you click a random question numbered below them but it does so only because the 2 mistakes above cancel each other out.

RobertAndreiGit commented 1 year ago

@sudheerj You can see in the ToC of my PR here that those are fixed.

sudheerj commented 5 months ago

@RobertAndreiGit It has been fixed already