Skip to content

Commit

Permalink
Deploying to gh-pages from @ f785410 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dminor committed Nov 29, 2024
1 parent dce2366 commit a6cad51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head><meta charset="utf-8"><meta property="og:image" content="https://tc39.es/ecmarkup/ecma-logo.png"><meta property="og:title" content="Map.prototype.getOrInsert"><meta property="og:description" content="Introduction
Given a `key` and a value, the `getOrInsert` method will return the existing value if it exists, or otherwise
insert the provided default value and return that value.
Similarly, given a `key` and a callback function, the `getOrInsert` method will return the existing value if it">
Similarly, given a `key` and a callback function, the `getOrInsertComputed` method will return the existing val">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/styles/base16/solarized-light.min.css"><link rel="stylesheet" href="ecmarkup.css"><link rel="stylesheet" href="print.css" media="print"><link rel="stylesheet" href="./spec.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<script src="./spec.js"></script>
Expand Down Expand Up @@ -52,7 +52,7 @@
<h1>Introduction</h1>
<p>Given a <code>key</code> and a value, the <code>getOrInsert</code> method will return the existing value if it exists, or otherwise
insert the provided default value and return that value.</p>
<p>Similarly, given a <code>key</code> and a callback function, the <code>getOrInsert</code> method will return the existing value if it
<p>Similarly, given a <code>key</code> and a callback function, the <code>getOrInsertComputed</code> method will return the existing value if it
exists, or otherwise insert the returned value of the callback function, and return that value.</p>
</emu-intro>
Expand Down

0 comments on commit a6cad51

Please sign in to comment.