MCPcopy Create free account
hub / github.com/PhilopaterHany/JavaScript-Bootcamp / print

Function print

Lessons/Week 09/066 - Arrow Function Syntax.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6*/
7
8let print = function () {
9 return 10;
10};
11
12let print = () => 10;
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected