/hafta1-odev1-assignment-safciezgi-1

hafta1-odev1-assignment-safciezgi-1 created by GitHub Classroom

Primary LanguageJavaScript

Find the Target Sum

  • In this project we need to find the target value by sum provided indexes of an array.
  • For example, we have an array like this => [ 4, 2, 6, 1, 3, 9, 0 ] and the target value is "4". So, we will check all the pair indexes which are give us the target value.