diff --git a/sample.js b/sample.js new file mode 100644 index 0000000..bc3ef51 --- /dev/null +++ b/sample.js @@ -0,0 +1,23 @@ +// 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 |> c -> d ==> e + + } + + + // italic ligatures + // != == >= <= -> => ==> + // === !== && || ++ -- + + + + + \ No newline at end of file