Create a function that takes a number as an argument and returns the highest digit in that number.
highest_digit(379) ➞ 9 highest_digit(2) ➞ 2 highest_digit(377401) ➞ 7