Dashboard
AI Resume Builder
Mock Interview
Tailored Practice
Competitive Interviews
Coding Prep
Aptitude Prep
GMAT Prep
javascript
Write a function that takes two numbers as input and returns the larger number. Input:-5, 10 Input Description: Input: Two numbers Output: 10 Output Description: Larger number. Constraints: 1 <= number <= 1000 Explanation: