|
1 | 1 | <div align="center">
|
2 |
| - <h1>JavaScript Modern Interview Code Challenges</h1> |
| 2 | + <a href="https://jscodechallenges.vercel.app/"><img src="web/public/hero.svg" alt="hero" width="100px"/></a> |
| 3 | + <h1>JavaScript Code Challenges</h1> |
3 | 4 | <h3>Collection of modern interview code challenges on JavaScript suitable for</h3>
|
4 |
| - <h4>Interviewees | Interviewers | Knowledge test | Practice</h4> |
5 |
| - <br/> |
6 |
| - <a href="https://jscodechallenges.vercel.app/"><img src="web/public/hero.svg" alt="hero" width="350px"/></a> |
7 |
| -</div> |
8 |
| - |
9 |
| -<br/> |
10 |
| - |
11 |
| -<div align="center"> |
12 |
| - <p> |
13 |
| - <a name="stars"><img src="https://img.shields.io/github/stars/sadanandpai/javascript-code-challenges?style=for-the-badge"></a> |
14 |
| - <a name="forks"><img src="https://img.shields.io/github/forks/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a> |
15 |
| - <a name="contributions"><img src="https://img.shields.io/github/contributors/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a> |
16 |
| - <a name="license"><img src="https://img.shields.io/github/license/sadanandpai/javascript-code-challenges?style=for-the-badge"></a> |
17 |
| - </p> |
18 |
| -</div> |
19 |
| - |
20 |
| -<div align="center"> |
| 5 | + <h4>Interviewees | Interviewers | Knowledge test | Practice</h4> |
| 6 | + <p> |
| 7 | + <a name="stars"><img src="https://img.shields.io/github/stars/sadanandpai/javascript-code-challenges?style=for-the-badge"></a> |
| 8 | + <a name="forks"><img src="https://img.shields.io/github/forks/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a> |
| 9 | + <a name="contributions"><img src="https://img.shields.io/github/contributors/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a> |
| 10 | + <a name="license"><img src="https://img.shields.io/github/license/sadanandpai/javascript-code-challenges?style=for-the-badge"></a> |
| 11 | + </p> |
| 12 | + <h3>All challenges can be found at <a href="https://jscodechallenges.vercel.app/">JavaScript Code Challenges</a></h3> |
21 | 13 | <p>Show your support by giving a ⭐ to this repo</p>
|
22 |
| - <h5>Feel free to connect with me on <a href="https://linkedin.com/in/sadanandpai" target="blank"><img align="center" src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/linkedin.svg" alt="sadanandpai" height="20" width="20" /></a></h5> |
23 |
| -</div> |
24 |
| - |
25 |
| ---- |
26 |
| - |
27 |
| -<div align="center"> |
28 |
| - <h2>JavaScript Modern Interview Code Challenges by topic</h2> |
29 |
| - |
30 |
| -| Primitives | Functions | Objects | Collections | Async | DOM | |
31 |
| -| -------------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------- | ----------------------------------------------- | |
32 |
| -| [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) | |
33 |
| -| [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) | | |
34 |
| - |
35 | 14 | </div>
|
36 | 15 |
|
37 | 16 | ---
|
38 | 17 |
|
39 |
| -### Usage Guide and Study materials |
40 |
| - |
41 |
| -- [Usage Guide](./usageGuide.md) |
42 |
| -- [Study Materials](https://github.com/sadanandpai/frontend-learning-kit) |
43 |
| - |
44 | 18 | ### Contributing Guide
|
45 | 19 |
|
46 | 20 | If you want to contribute, improve or suggest changes to this repo, then check out the [Contributing Guide](./contributing.md)
|
|
0 commit comments