Learning Array Concepts
Creating Array
Looping in Array
Array Methods :
- push
- pop
- shift
- unshift
- toString
- concat
- slice
- 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....