Wednesday, July 29, 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 

Find if the sum of two integers is equal to the given value

Published: February 10, 2022
   const verifySum = (arr, total) => {
       for(let i = 0; i < arr.length ; i++ ){
           for(let j = 0 ; j < arr.length; j++) {
               if (i === j) {
                   continue;
               }

               if(total === arr[i] + arr[j]) {
                   return true;
               }
           }
       }
       return false;
   }

   const input = [5, 7, 1, 2, 8, 4, 3];
   console.log(verifySum(input, 15));

You May Also Like

Write a Program to Find Number of Senior Citizens

May 28, 2023 beroza

The following SDK component was not installed: sys-img-x86-addon-google_apis-google-21

December 4, 2018 beroza

ReactJS hook related interview questions

July 10, 2019 beroza

How to remove a property from a JavaScript object?

September 17, 2019 beroza

How to add custom fields to REST API response WordPress?

July 17, 2021 beroza

How to get sibling elements in JavaScript?

May 25, 2021 beroza

error: variable might not have been initialized Java

November 14, 2019 beroza

Uncaught (in promise) SyntaxError: Unexpected token in JSON at position 0

April 18, 2021 beroza

What are log4j logging hierarchical order in Java?

November 19, 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.