Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 710 Bytes

File metadata and controls

9 lines (6 loc) · 710 Bytes

HackerRank Javascript Certification Challenges

There were two problems given
  • First problem was to basically return an object except the object property that was passed as a parameter, this tests your JS object manipulation skills
  • Second problem was basically to return a function that performs an operation where we need to return a specific day based on the input passed to the function. This tests your array, currying, closures skills.
  • Detailed problem statement is inside the indiviudal folders
The repo will help you to understand the problem and implement by your own, use hints/solution only after if you have failed it will help you a lot to understand where did you go wrong.