Skip to content

Commit 8fc2e95

Browse files
authored
Update README.md
1 parent 75df038 commit 8fc2e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
infinite
2424
multipleSelect
2525
/>
26-
27-
Technical Chellenge
26+
```
27+
### Technical Chellenge
2828
Initially I used recursion and this was the biggest mistake since js doesnt support tail optimization. When the data becomes too big with many nested level of data. The browser actually will crash.
2929

3030
Solved by:

0 commit comments

Comments
 (0)