Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alsotang/node-lessons
/ app.js
File
app.js
lesson8/app.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
express = require(
'express'
);
2
3
var
fibonacci =
function
(n) {
4
if
(typeof n !==
'number'
|| isNaN(n)) {
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.70
Tested by
no test coverage detected