Skip to content

Instantly share code, notes, and snippets.

@ph4un00b
Last active February 10, 2024 00:42
Show Gist options
  • Save ph4un00b/7f0750e60aae010d0b3995d0c98d5231 to your computer and use it in GitHub Desktop.
Save ph4un00b/7f0750e60aae010d0b3995d0c98d5231 to your computer and use it in GitHub Desktop.
lang
for queues:
- queue#pop(0)
- queue#pop(-1) // kind of https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
type testing
alias_function@
boolean_function?
named_function(a: 1, b: 3) or named_function({a:1, b: 3})
fn name { return und } or fnr name { und }
* check precedence
* https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/#other-errors-caught-by-no-constant-binary-expression
* look for Pattern Matching
* look for Pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment