Given an array that should contain consecutive numbers from 1 to N but is missing some, return the missing numbers in order. Empty input returns [].
Click Run to test your code