Skip to content
Avatar
?
Working from home
?
Working from home

Sponsors

@indeedeng

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report mikeal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mikeal/README.md
/*   Pratītyasamutpāda   */
/* Dependent Origination */

const a = (_this, that) => {
  if (_this) that()
}
const b = (that) => {
  const _this = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (_this) that()
}
const c = (_this) => {
  const that = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (that && _this) return _this
}

More at buddhism.js.

Pinned

  1. 🏊🏾 Simplified HTTP request client.

    JavaScript 25.4k 3.1k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 83.8k 22.1k

  3. bent Public

    Functional JS HTTP client (Node.js & Fetch) w/ async await

    JavaScript 2.1k 91

  4. WebTorrent HTML element.

    JavaScript 518 33

  5. Automatically release all merges to master on npm.

    JavaScript 414 54

  6. IPSQL Public

    InterPlanetary SQL

    JavaScript 188 7

394 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2021

Created 2 repositories
2 contributions in private repositories Dec 15 – Dec 17

Seeing something unexpected? Take a look at the GitHub profile guide.