Learning Array Concepts

  • Creating Array
  • Looping in Array
  • Array Methods :
    1. push
    2. pop
    3. shift
    4. unshift
    5. toString
    6. concat
    7. slice
    8. splice
  • Solving questions based on arry for practice :

    Question 1: Calculate average marks of students.

    Question 2: Calculate the final price after 10% discount.

    Check Console For Outputs....