Tuesday, March 17, 2026
Latest:
  • In German, verb sein (to be) Konjunktion
  • Wichtige wörter für B1 prüfung
  • What are the main differences between ApplicationContext and BeanFactory?
  • German B1 Word list
  • How does Lazy annotation work in Spring?
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

ReferenceError: localStorage is not defined

April 10, 2021 beroza

Practical usage of JavaScript closure

February 6, 2019 beroza

WooCommerce product related useful shortcodes

October 22, 2019 beroza

How to get number of bits set to 1 of a binary number?

November 7, 2021 beroza

What are the new features of Java 11?

April 22, 2019 beroza

How to delete an array element in JavaScript?

November 1, 2019 beroza

Write a Program to determine Valid Parentheses

June 8, 2023 beroza

Write a Program to Find the Distinct Difference Array

June 3, 2023 beroza

How to render image with srcset and sizes in WordPress?

June 1, 2021 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.