Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Sponsors

@indeedeng

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
}

Pinned

  1. 🏊🏾 Simplified HTTP request client.

    JavaScript 25.6k 3.2k

  2. WebTorrent HTML element.

    JavaScript 525 34

  3. nodejs/node Public

    Node.js JavaScript runtime 🐢🚀

    JavaScript 92.4k 25k

  4. bent Public

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

    JavaScript 2.2k 101

167 contributions in the last year

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

Contribution activity

January 2023

mikeal has no activity yet for this period.

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