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

📃: Add Valid Parenthesis Checker: #459

Closed
Anshika14528 opened this issue Jul 3, 2024 · 2 comments · Fixed by #469
Closed

📃: Add Valid Parenthesis Checker: #459

Anshika14528 opened this issue Jul 3, 2024 · 2 comments · Fixed by #469

Comments

@Anshika14528
Copy link
Contributor

Anshika14528 commented Jul 3, 2024

🔴 Title : Valid Parenthesis Checker:
🔴 Aim : It checks if the given string containing just the characters '(', ')', '{', '}', '[' and ']' is valid.
A valid Parenthesis means :

  • Open brackets must be closed by the same type of brackets.
  • Open brackets must be closed in the correct order.
  • Every close bracket has a corresponding open bracket of the same type.

🔴 Tech Stack Used : HTML , CSS , JS

Screenshots 📷

N/A


To be Mentioned while taking the issue :

  • Full name : Anshika
  • What is your participant role? GSSOC

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

@Anshika14528 Anshika14528 added the Up-for-Grabs ✋ Issues are opened for the contributors label Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@Avdhesh-Varshney
Copy link
Owner

@Anshika14528 go ahead.

@Avdhesh-Varshney Avdhesh-Varshney moved this from Ready to In progress in Web Master Log Guide Jul 5, 2024
@Avdhesh-Varshney Avdhesh-Varshney added this to the Vanilla JS Projects Listing milestone Jul 5, 2024
Anshika14528 added a commit to Anshika14528/WebMasterLog that referenced this issue Jul 5, 2024
@Anshika14528 Anshika14528 changed the title 📃: Add Valid Parentheses Checker: 📃: Add Valid Parenthesis Checker: Jul 5, 2024
Avdhesh-Varshney pushed a commit that referenced this issue Jul 6, 2024
* Added Valid Parentheses Checker: #459

* Updated README.md file
@github-project-automation github-project-automation bot moved this from In progress to Done in Web Master Log Guide Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants