Skip to content

Instantly share code, notes, and snippets.

@kiliman
Last active March 2, 2018 15:30
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 kiliman/8764f032368ccb9800b075c98ec9850e to your computer and use it in GitHub Desktop.
Save kiliman/8764f032368ccb9800b075c98ec9850e to your computer and use it in GitHub Desktop.
// this is a comment
const func = (a, b, c, d, e, f, s, n) => {
if (a++ && b-- || c >= d || e <= f) {
}
if (s === 'string' && n !== 999) {
}
if (a == b && c != d)
a <- b <-- c <== d
a |> b
a <| b |> c -> d ==> e
>=> <=<
<=>
>>= =<<
}
<!-- test -->
// italic ligatures
// != == >= <= -> => ==>
// === !== && || ++ --
// a <- b <-- c <== d
// a <| b |> c -> d ==> e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment