An open API service indexing awesome lists of open source software.

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.

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/)