Skip to content

Instantly share code, notes, and snippets.

@lexuanquynh
Last active July 5, 2022 00:35
Show Gist options
  • Save lexuanquynh/1967ce1253f91ef33e7b3a5883b9216a to your computer and use it in GitHub Desktop.
Save lexuanquynh/1967ce1253f91ef33e7b3a5883b9216a to your computer and use it in GitHub Desktop.
let numbers = [0, 4, 2, 8]
let minNumber = numbers.min()
let maxNumber = numbers.max()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment