Dashboard
AI Resume Builder
Mock Interview
Tailored Practice
Competitive Interviews
Coding Prep
Aptitude Prep
javascript
Given a sorted array of integers, find the target value using binary search. Return the index of the target if found; otherwise, return -1.