Challenge: Arithmetic Sequence
Explore how to write a JavaScript program that detects the index of the first outlier in an arithmetic sequence array. Understand array traversal, conditional logic, and handling edge cases to strengthen your problem-solving skills.
Task
This task requires you ...
Write a ...