MCPcopy
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

1var 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

fibonacciFunction · 0.70

Tested by

no test coverage detected