]> Lady’s Gitweb - Pisces/commit
Rename make⸺ to create⸺ in function.js
authorLady <redacted>
Mon, 4 Sep 2023 21:15:24 +0000 (17:15 -0400)
committerLady <redacted>
Mon, 4 Sep 2023 21:35:46 +0000 (17:35 -0400)
commit54f1b076f8eb62b58bd28762e14ae5d848e5ea2a
tree6328f500ea476a3f9bc761fea74a0c5816fd0c64
parentee0f6916f2f56f17bd232f964fec9a4c7ed6ec89
Rename make⸺ to create⸺ in function.js

“make⸺” names are used in the Ecmascript specification to describe
in‐place modifications. These functions return new values, so “create”
is more appropriate.
collection.js
function.js
function.test.js
string.js
symbol.js
This page took 0.021769 seconds and 4 git commands to generate.