Quite often in programming, we need to deal with numerous elements at once. Let's say we have a list of test scores and we want to calculate the average score. In JavaScript, we would use an array to store the score: const array = [70, 80 , 65, 100, ...
shubhamv.hashnode.dev12 min read
No responses yet.