Round 1
Questions:
-
Basics of JavaScript:
- What is currying?
- What is the difference between let, var, and const?
- Write examples for map, forEach, and filter.
-
DSA Question: Merge two sorted arrays.
-
Build a simple to-do list on the HackerRank platform with a search field that filters the to-do list based on the input given.
Candidate's Approach
- For the JavaScript basics, I explained currying and the differences between let, var, and const, providing examples for map, forEach, and filter.
- For the DSA question, I successfully merged two sorted arrays.
- In the to-do list task, I implemented the basic functionality and added a search feature to filter the list based on user input.
Interviewer's Feedback
No feedback provided.