From 0edfe76e733a1cb3237d0c81e21c874b10ae4ffe Mon Sep 17 00:00:00 2001 From: vinayak sharma Date: Tue, 6 Oct 2020 00:21:16 +0530 Subject: [PATCH] npx fixx --- Recursive/FibonacciNumberRecursive.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Recursive/FibonacciNumberRecursive.js b/Recursive/FibonacciNumberRecursive.js index 406c866846..e5c5bb95bb 100644 --- a/Recursive/FibonacciNumberRecursive.js +++ b/Recursive/FibonacciNumberRecursive.js @@ -6,7 +6,6 @@ const fibonacci = (N) => { return fibonacci(N - 2) + fibonacci(N - 1) } - // testing (() => { const number = 5 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy