Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
let
print =
function
() {
9
return
10;
10
};
11
12
let
print = () => 10;
13
Callers
1
066 - Arrow Function Syntax.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected