JavaScript Methods > Math > Flashcards
let arr = [1, 5, 7, 9]answer = Math.min(…arr)console.log(answer)
OUTPUT:
1
JavaScript Methods (5 decks)