MCPcopy 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

1var express = require('express');
2
3var fibonacci = function (n) {
4 if (typeof n !== 'number' || isNaN(n)) {

Callers

nothing calls this directly

Calls 1

fibonacciFunction · 0.70

Tested by

no test coverage detected