Question: FUNCTIONAL PROGRAMMING using JAVASCRIPT DO NOT Use a form of a 'for' loop anywhere 1. (5 points) Start with an array called inputtable. The array
1. (5 points) Start with an array called inputtable. The array should have numbers between 1 and 10. NOTE: Do NOT use a form of a 'for loop anywhere, including iterators. This is meant to be a functional exercise. 2. (30 points) Use inputlable from step 1 to create the following: - a. Set of multiples of 5 between 1 and 51. Name it five Table b. Set of multiples of 13 between 1 and 131. Name it thirteen Table c. Set of squares of the numbers in inputtable. Name it squaresTable 3. (10 points) Get the odd multiples of 5 between 1 and 100.5, 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
