Skip to content

Instantly share code, notes, and snippets.

@daoseng33
Created March 25, 2019 10:17
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 daoseng33/a1371e4b5a0a91fcccab425e52de34fa to your computer and use it in GitHub Desktop.
Save daoseng33/a1371e4b5a0a91fcccab425e52de34fa to your computer and use it in GitHub Desktop.
var isLike = false
if isLike {
fetchDisLikeAPI()
} else {
fetchLikeAPI()
}
isLike.toggle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment