File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<h1>JavaScript Modern Interview Code Challenges</h1>
3
3
<h3>Collection of modern interview code challenges on JavaScript suitable for</h3>
4
4
<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>
6
6
</div >
7
7
8
8
<div align =" center " >
25
25
<div align =" center " >
26
26
<h2>JavaScript Modern Interview Code Challenges by topic</h2>
27
27
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 ) | |
32
32
33
33
</div >
34
34
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config = {
9
9
link : "https://github.com/sadanandpai/javascript-code-challenges/" ,
10
10
} ,
11
11
docsRepositoryBase :
12
- "https://github.com/sadanandpai/javascript-code-challenges/" ,
12
+ "https://github.com/sadanandpai/javascript-code-challenges/tree/main/web " ,
13
13
search : {
14
14
placeholder : "Search" ,
15
15
} ,
You can’t perform that action at this time.
0 commit comments