MCPcopy Create free account
hub / github.com/TheOdinProject/javascript-exercises / fibonacci

Function fibonacci

foundations/14_fibonacci/fibonacci.js:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const fibonacci = function() {
2
3};
4
5// Do not edit below this line
6module.exports = fibonacci;

Callers 1

fibonacci.spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected