This is my solutions to HackerRank problems using java and other language, might not be the best solution but at least i tried 👻
Currently im doing:
Subdomain | Difficulty | Challenge | Solution |
---|---|---|---|
Practice | Tutorial | Day 0: Hello, World! | Day 0, Hello World!.js |
Practice | Tutorial | Day 0: Data Types | Day 0, Data Types.js |
Practice | Tutorial | Day 1: Arithmetic Operators | Day 1, Arithmetic Operators.js |
Practice | Tutorial | Day 1: Functions | Day 1, Functions.js |
Practice | Tutorial | Day 1: Let and Const | Day 1, Let and Const.js |
Practice | Tutorial | Day 2: Conditional Statements: If-Else | Day 2, Conditional Statements, If-Else.js |
Practice | Tutorial | Day 2: Conditional Statements: Switch | Day 2, Conditional Statements, Switch.js |
Practice | Tutorial | Day 2: Loops | Day 2, Loops.js |
Practice | Tutorial | Day 3: Arrays | Day 3, Arrays.js |
Practice | Tutorial | Day 3: Try, Catch, and Finally | Day 3, Try, Catch, and Finally.js |