Question: Submit all the HTML / JS codes and a screenshot of the output in a PDF file. Write the question number and then code. Do
Submit all the HTMLJS codes and a screenshot of the output in a PDF file.
Write the question number and then code.
Do not submit screenshots of the source code.
Q# Write a JavaScript program that uses the lowdash library to perform the following tasks:
a Create a function filterEvenNumbers that takes an array of numbers as input and returns a new array containing only the even numbers.
b Create a function calculateAverage that takes an array of numbers as input and returns the average of the numbers using the lowdash library.
c Create a function getUniqueValues that takes an array of values as input and returns an array containing only the unique values using the lowdash library.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
