https://github.com/djeada/10-days-javascript
Solutions to HackerRank JavaScript problems.
https://github.com/djeada/10-days-javascript
Last synced: 5 months ago
JSON representation
Solutions to HackerRank JavaScript problems.
- Host: GitHub
- URL: https://github.com/djeada/10-days-javascript
- Owner: djeada
- License: mit
- Created: 2019-11-25T14:04:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T09:18:32.000Z (about 3 years ago)
- Last Synced: 2025-03-30T10:11:48.555Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10-Days-JavaScript
Solutions to HackerRank JavaScript problems.
Day 0
#
Title
Solution
1
Hello, World!
js
2
Data Types
js
Day 1
#
Title
Solution
1
Arithmetic Operators
js
2
Functions
js
3
Let and Const
js
Day 2
#
Title
Solution
1
Conditional Statements: If-Else
js
2
Conditional Statements: Switch
js
3
Loops
js
Day 3
#
Title
Solution
1
Arrays
js
2
Try, Catch, and Finally
js
3
Throw
js
Day 4
#
Title
Solution
1
Create a Rectangle Object
js
2
Count Objects
js
3
Classes
js
Day 5
#
Title
Solution
1
Inheritance
js
2
Template Literals
js
3
Arrow Functions
js
Day 6
#
Title
Solution
1
Bitwise Operators
js
2
JavaScript Dates
js
Day 7
#
Title
Solution
1
Regular Expressions I
js
2
Regular Expressions II
js
3
Regular Expressions III
js
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)