Welcome to the repository containing solutions for the 10 Days of JavaScript challenge on HackerRank. This repository contains JavaScript solutions for each day's challenge, providing a comprehensive resource for those seeking to understand or verify solutions for the HackerRank challenges.
HackerRank's 10 Days of JavaScript is a curated series of programming challenges designed to enhance your JavaScript coding skills. It covers a range of topics from basic syntax and data types to advanced concepts like object-oriented programming and asynchronous programming.
This repository contains solutions for each day of the 10 Days of JavaScript challenge. Each day's solution is stored in a separate file named according to the challenge day.
- Day 0: Hello, World!
- Day 0: Data Types
- Day 1: Arithmetic Operators
- Day 1: Functions
- Day 1: Let and Const
- Day 2: Conditional Statements: If-Else
- Day 2: Conditional Statements: Switch
- Day 2: Loops
- Day 3: Arrays
- Day 3: Try, Catch, and Finally
- Day 3: Throw
- Day 4: Create a Rectangle Object
- Day 4: Count Objects
- Day 4: Classes
- Day 5: Inheritance
- Day 5: Template Literals
- Day 5: Arrow Functions
- Day 6: Bitwise Operators
- Day 6: JavaScript Dates
- Day 7: Regular Expressions I
- Day 7: Regular Expressions II
- Day 7: Regular Expressions III
- Day 8: Create a Button
- Day 8: Buttons Container
- Day 9: Binary Calculator
To use this repository, simply navigate to the file corresponding to the challenge you are interested in. Each file contains the JavaScript code for solving the respective challenge. You can copy the code, study it, or use it to verify your own solutions.
Contributions to this repository are welcome! If you have alternative solutions, improvements, or suggestions for better solutions, feel free to fork this repository, make your changes, and submit a pull request. Please ensure your code follows good coding practices and includes appropriate comments for clarity.
This repository is maintained by Aseem Jain. Feel free to reach out with any questions, feedback, or suggestions.
Thank You for visiting!
Happy coding! 🚀