MCPcopy Create free account
hub / github.com/OBKoro1/web-basics / fn2

Function fn2

src/js/arrayFunction/array-reduce.js:48–50  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

46}
47
48const fn2 = function (str) {
49 return `${str}第二个函数处理`
50}
51
52const fn3 = function (str) {
53 return `${str}第三个函数处理`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected