Sunday, September 13, 2026
Latest:
  • Präsentation für b1
  • Verb “werden” Konjugation
  • In German, verb sein (to be) Konjunktion
  • Wichtige wörter für B1 prüfung
  • What are the main differences between ApplicationContext and BeanFactory?
Upokary

Upokary

Quality information

  • Health
  • Life
  • Fashion
  • Food
  • Code
  • English
  • বাংলা
Technology 

Calculate the sum of numbers from 1 to n using recursion

Published: June 17, 2023 code, program, programming, programming tips, recursion
(function(){
    // Calculate the sum of numbers from 1 to n using recursion.

    const getSum = (arr) => {
       if (arr.length < 1) {
          return 0;
       }

       return arr.pop() + getSum(arr);
    };
 
    const a = [1, 2, 3, 5];
    console.log(getSum(a))
})();

You May Also Like

How to install or setup WordPress multisite?

December 4, 2019 beroza

Write a Program to Merge Two Sorted Lists

May 21, 2023 beroza

What are the differences between useRef and createRef?

February 22, 2022 beroza
Wi-Fi

What is Wi-Fi? What are the advantages and disadvantages of Wi-Fi?

June 15, 2022 Griza Paul

How to switch java versions in Mac OS?

July 30, 2019 beroza

error Command failed with exit code 127

March 24, 2019 beroza

Proxy Design Pattern

September 15, 2024 beroza

Job for apache2.service failed. See “systemctl status apache2.service” and “journalctl -xe” for details.

May 24, 2020 beroza

How to reuse a parameter in String.format?

December 6, 2019 beroza

Why Upokary?

Upokary.com is a useful application in everyday life. It provides very handy information regarding every aspect of life. Each and every tip of upokary.com is meant to make life better.

Upokary tools

  • Youtube thumbnail
  • Youtube video downloader

Useful Links

  • Handy code
  • Technology
  • People
  • Programming
  • Quote
  • Travel
  • WordPress
  • IELTS
  • Kids

Pages

  • Sitemap
  • Privacy policy
  • About us
  • Contact us

Support

For any kind of query or question please drop a message in the following email: upokary@gmail.com
Copyright © 2026 Upokary. All rights reserved.