Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v1 Update the final links of repository #31

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<a href='https://50daysofjavascript.netlify.app/'>50daysofjavascript.netlify.app</a>
<br/><br/>
<img src='https://forthebadge.com/images/badges/powered-by-coffee.svg' />
<a href='https://50daysofjavascript.netlify.app/'>
<a href='https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions/blob/main/50DaysOfJavaScript/README.md'>
<img src='https://forthebadge.com/images/badges/check-it-out.svg' />
</a>
<br/><br/><br/>
</div>

Similar to the [Hactoberfest'21](https://vinitshahdeo.dev/hacktoberfest-2021) initiative, we're planning another community-led open-source initiative to help the community level up their JavaScript coding skills by solving a non-trivial problem daily. None of the questions will be tricks ━ you don’t have to worry about handling big integers or knowing how to balance a red-black tree. Every problem will be based on what you do daily as a JavaScript developer.

[![#50DaysOfJavaScipt](https://badgen.net/badge/%23/50DaysOfJavaScript?&scale=1.3)](https://50daysofjavascript.netlify.app/)
[![#50DaysOfJavaScipt](https://badgen.net/badge/%23/50DaysOfJavaScript?&scale=1.3)](https://twitter.com/intent/tweet?text=%2350DaysOfJavaScript%20%E2%80%94%20A%20community-led%20open-source%20initiative%20for%20elevating%20JavaScript%20skills.%0A%0AYou%20can%20join%20as%3A%0A%20%E2%98%91%EF%B8%8F%20Participant%0A%20%E2%98%91%EF%B8%8F%20Mentor%0A%20%E2%98%91%EF%B8%8F%20Community%20Partner%20%20%0A%0ASolve%20one%20question%20daily%20to%20ace%20your%20next%20interview!%20%20%F0%9F%9A%80&url=https%3A%2F%2Fgithub.com%2Fvinitshahdeo%2FJavaScript-Coding-Interview-Questions%2Ftree%2Fmain%2F50DaysOfJavaScript&via=vinit_shahdeo)

[Join `#50DaysOfJavaScript`](https://tinyurl.com/50DaysOfJavaScript) ━ **Solve just a single coding challenge each day to improve your JavaScript skills!** This will tentatively start from **Jan 20, 2024**. Begin any day and stick for the next 50 days to complete the challenge. **More details to follow!** ✨
[Join `#50DaysOfJavaScript`](https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions/blob/main/50DaysOfJavaScript/README.md) ━ **Solve just a single coding challenge each day to improve your JavaScript skills!** This will tentatively start from **Jan 20, 2024**. Begin any day and stick for the next 50 days to complete the challenge. **More details to follow!** ✨

**Learn more**: [50daysofjavascript.netlify.app](https://50daysofjavascript.netlify.app/)
**Learn more**: Visit [50daysofjavascript.netlify.app](https://50daysofjavascript.netlify.app/) | Read Blog on [#50DaysOfJavaScript](https://vinitshahdeo.dev/50daysofjavascript)

> [!NOTE]
> This repository hosts the launch website of **`#50DaysOfJavaScript`** challenge which is currently deployed on [Netlify](https://50daysofjavascript.netlify.app/). <br/><br/>
Expand All @@ -27,15 +27,20 @@ Similar to the [Hactoberfest'21](https://vinitshahdeo.dev/hacktoberfest-2021) in

Calling out **participants**, **mentors**, and **communities** for an open-source initiative—join us to make a difference.

- ***[🏄 Join as a participant](https://forms.gle/83ZKpF4S5VEqNG6P8)***
- ***[🍿 Become a mentor](https://forms.gle/zGHWps1t7heYbcrP7)***
- ***[🚀 Collaborate as a community](https://forms.gle/oQAFMDofBtjeawhp8)***
- ***[🏄 Join as a participant](https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions/blob/main/50DaysOfJavaScript/README.md#-why-should-you-join-the-challenge)***
- ***[🍿 Become a mentor](https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions/blob/main/50DaysOfJavaScript/docs/MENTOR.md)***
- ***[🚀 Collaborate as a community](https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions/blob/main/50DaysOfJavaScript/docs/COMMUNITY.md)***


```javascript
console.log('#50DaysOfJavaScript ━ Code awesome stuffs with @vinitshahdeo & friends!');
```

## Official Repository

[![JavaScript Coding Questions](https://github-readme-stats.vercel.app/api/pin/?username=vinitshahdeo&repo=JavaScript-Coding-Interview-Questions&theme=nord)](https://github.com/vinitshahdeo/JavaScript-Coding-Interview-Questions)


## Similar initiative

A community-led initiative to help beginners get started with open-source during Hacktoberfest'21—[learn more](https://vinitshahdeo.dev/hacktoberfest-2021)!
Expand Down
109 changes: 79 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading