Question
Download the attached arrowAssignment.js starter file to your device. Create a JavaScript file that will implement the logic of the incomplete starter file downloaded in
Download the attached arrowAssignment.js starter file to your device.
Create a JavaScript file that will implement the logic of the incomplete starter file downloaded in step 1 to define the getTasksToDo() method using ES6.
Use the forEach and filter function to return the incomplete tasks from the tasks object in the starter file only. HINT: use an arrow function and filter all of the tasks in the array where the completed attribute has a value of false.
Test your work by running the script
Save your JavaScript file as LastNameArrowAssignment.js (where LastName is your last name ex. JonesArrowAssignment.js) and upload to this link in Brightspace.
arrowAssignment.js XStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started