Skip to content

Instantly share code, notes, and snippets.

@OsamaAbbas
Created November 1, 2018 10:54
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 OsamaAbbas/a4c390e179160bf1e1565bf5ea78cc32 to your computer and use it in GitHub Desktop.
Save OsamaAbbas/a4c390e179160bf1e1565bf5ea78cc32 to your computer and use it in GitHub Desktop.
11dcba856fa9-7
let length = payloadLengthBytes.reduce( (sum, number, power) => sum += number * 256**power , 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment