Skip to content

Instantly share code, notes, and snippets.

@Sethathi
Last active June 24, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sethathi/ee9f842a77e2c2911052b639243b4a63 to your computer and use it in GitHub Desktop.
Save Sethathi/ee9f842a77e2c2911052b639243b4a63 to your computer and use it in GitHub Desktop.
// How can this conditional be simplified?
let price = 5
if price >= 1 && price <= 5 {
print("Price within range")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment