Smallest Index With Equal Value
Given an array nums of integers, return the smallest index i such that i % 10 == nums[i] in case of multiple indices return the smallest one.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)