Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alsotang/node-lessons
/ main.js
File
main.js
lesson6/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fibonacci =
function
(n) {
2
if
(typeof n !==
'number'
) {
3
throw
new
Error(
'n should be a Number'
);
4
}
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.70
Tested by
no test coverage detected