Write the code for adding a task

Assignment Help Programming Languages
Reference no: EM13843680

In this exercise, you'll develop an application that uses an array to manage a "To Do" list. To keep this simple, assume that you do the tasks on a FIFO basis. That is, the first task added to the list is the first one that you do, so the next task is always the first one in the list.

592_Untitled.png

• Begin with the filestodo_list.js and todo_list.html. Then, run the application to see the user interface shown above, although that interface won't do anything until you develop the JavaScript for it.

• In the JavaScript include a global variable declaration for an empty array named taskList. Then, write the code for adding a task to this array when the user enters a task in the first text box and clicks the Add Task button. This code should also blank out the text box. At this point, don't worry about displaying the tasks in the text area for the task list. Instead, use alert statements to print the array to make sure this works when you add one or more items.

• Add the JavaScript code for the click event handler (function) of the Show Next Task button. This handler should display the first task in the array in the Next task text box and remove its item from the array. To remove the first item in an array, you can use the shift method.

• In the event handler (function) for the Show Next Task button, test to make sure the array has items in it. If it doesn't, use the alert method to display "No tasks remaining" and clear the task from the Next task text box.

• Add a JavaScript function that displays the elements in the array in the Task list text area. Then, call this function from both of the click event handlers (functions) so the updated task list is displayed each time a task is added to the list or removed from it.

• Give this application a final test to make sure it works correctly.

Reference no: EM13843680

Questions Cloud

Most widely associated with workers'' compensation : Summarize briefly the problems most widely associated with workers' compensation. What does the insurance industry use Experience Modification Rate (EMR) to determine?
Ethical issue: reclassification of receivables : Reclassification of Receivables
What is the delphi method in operations management : What is the delphi method in operations management? Can you please explain how the delphi method works?
Which of the following is a contra receivable account? : Which of the following is a contra receivable account?
Write the code for adding a task : write the code for adding a task to this array when the user enters a task in the first text box and clicks the Add Task button. This code should also blank out the text box. At this point, don't worry about displaying the tasks in the text area f..
Train apprentice mechanics : If the profit of Vroom Ltd exceeds $3 million, Freda receives the maximum bonus of $30 000. Vroom Ltd currently receives a grant from the government of $100 000 per year to employ and train apprentice mechanics.
What is the periodic interest rate : You are purchasing a house that cost $500,000.You plan on making a down payment of $100,000 and borrowing the difference.The terms of your mortgage will be $ 400,000 in principal, 30-year term, and a fixed APR 3.875 %. The loan payments are monthly a..
An expansion program : A regional fast-food restaurant is considering an expansion program. The major factor influencing the success of such a program is the future level of interest rates. It is estimated that there is a 40 percent chance that interest rates will increase..
Summarize the given ppt and analysis with own thoughts : Summarize the atteched PPT and analysis with own thoughts- Rob Elliott, vice president of government affairs for MGM Mirage

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd