File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 <h1>JavaScript Modern Interview Code Challenges</h1>
33 <h3>Collection of modern interview code challenges on JavaScript suitable for</h3>
44 <h4>Interviewees | Interviewers | Knowledge test | Practice</h4>
5- <a href="#javascript-modern-interview-code-challenges-by-topic"><img src="banner .png" alt="banner" width="500px"/></a>
5+ <a href="#javascript-modern-interview-code-challenges-by-topic"><img src="web/public/hero .png" alt="banner" width="500px"/></a>
66</div >
77
88<div align =" center " >
2525<div align =" center " >
2626 <h2>JavaScript Modern Interview Code Challenges by topic</h2>
2727
28- | Primitives | Functions | Objects | Collections | Async | DOM |
29- | ----------- | ----------- | ----------- | ----------- | --------------- | -------------- |
30- | [ Concepts] ( ./challenges/primitives-concepts.md#home ) | [ Concepts] ( ./challenges/functions-concepts.md#home ) | [ Concepts] ( ./challenges/objects-concepts.md#home ) | [ Concepts] ( ./challenges/collections-concepts.md#home ) | [ Concepts] ( ./challenges/async-concepts.md#home ) | [ Concepts] ( ./challenges/dom-challenges.md#home ) |
31- | [ Challenges] ( ./challenges/primitives-challenges.md#home ) | [ Challenges] ( ./challenges/functions-challenges.md#home ) | [ Challenges] ( ./challenges/objects-challenges.md#home ) | [ Challenges] ( ./challenges/collections-challenges.md#home ) | [ Challenges] ( ./challenges/async-challenges.md#home ) | |
28+ | Primitives | Functions | Objects | Collections | Async | DOM |
29+ | -------------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------- | --------------------------------- -------------- |
30+ | [ Concepts] ( ./challenges/primitives-concepts.md#home ) | [ Concepts] ( ./challenges/functions-concepts.md#home ) | [ Concepts] ( ./challenges/objects-concepts.md#home ) | [ Concepts] ( ./challenges/collections-concepts.md#home ) | [ Concepts] ( ./challenges/async-concepts.md#home ) | [ Concepts] ( ./challenges/dom-challenges.md#home ) |
31+ | [ Challenges] ( ./challenges/primitives-challenges.md#home ) | [ Challenges] ( ./challenges/functions-challenges.md#home ) | [ Challenges] ( ./challenges/objects-challenges.md#home ) | [ Challenges] ( ./challenges/collections-challenges.md#home ) | [ Challenges] ( ./challenges/async-challenges.md#home ) | |
3232
3333</div >
3434
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config = {
99 link : "https://github.com/sadanandpai/javascript-code-challenges/" ,
1010 } ,
1111 docsRepositoryBase :
12- "https://github.com/sadanandpai/javascript-code-challenges/" ,
12+ "https://github.com/sadanandpai/javascript-code-challenges/tree/main/web " ,
1313 search : {
1414 placeholder : "Search" ,
1515 } ,
You can’t perform that action at this time.
0 commit comments