subject

IN JAVASCRIPT WITHOUT USING CSS (ONLY HTML AND JS) Project Task: You will be building a full todo list in the browser. It should be able to add todos, check todos off as complete, and delete todos. Display a form to the user to add todos. When a user types a todo into the form and hits submit, the following should happen: A new todo should be displayed below any previous todos Every todo in the list should have a check button next to it to check off the todo and mark it complete Clicking the check should change the todo in someway, either marking it green or perhaps crossing it out. Check out this link here (Links to an external site.) for some inspiration. Every todo should have an x to the right that will delete the todo. Clicking the x should remove the todo from the page. You'll need to attach a submit event listener to todo form and click event listeners to the check and x for each todo. Your JavaScript code will form the conditional logic to determine whether a todo should be displayed as complete or incomplete. Recommended Implementation: Individual todos should be represented in an object with a text key and a complete key (the complete key should be a boolean true or false). Individual todo objects should be stored inside an array, making an array of objects. Representing the above in your JavaScript makes the project much easier rather than stressing about the HTML and the click events.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 07:30
What are ways to switch windows in excel? check all that apply. on the status bar, click the windows button, and then click the file name. on the task bar, click to display the excel jump list, and then click the file name. on the view tab, in the window group, click switch windows, and then click the file name. on the review tab, in the viewing group, click files, and then click the file name.
Answers: 1
question
Computers and Technology, 23.06.2019 09:20
How to print: number is equal to: 1 and it is odd number number is equal to: 2 and it is even number number is equal to: 3 and it is odd number number is equal to: 4 and it is even number in the console using java using 1 if statement, 1 while loop, 1 else loop also using % to check odds and evens
Answers: 3
question
Computers and Technology, 24.06.2019 01:00
What are two ways to access the options for scaling and page orientation? click the home tab, then click alignment, or click the file tab. click the file tab, then click print, or click the page layout tab. click the page layout tab, or click the review tab. click the review tab, or click the home tab?
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
What are the benefits to using presentations to organize and deliver information in the workplace? they add visual appeal. they are easy to update. they ensure accuracy. they can be created quickly. the work can't be lost.
Answers: 1
You know the right answer?
IN JAVASCRIPT WITHOUT USING CSS (ONLY HTML AND JS) Project Task: You will be building a full todo...
Questions
question
Mathematics, 10.09.2021 01:40
question
Mathematics, 10.09.2021 01:50
question
Social Studies, 10.09.2021 01:50
question
Mathematics, 10.09.2021 01:50
question
Mathematics, 10.09.2021 01:50
question
Mathematics, 10.09.2021 01:50
Questions on the website: 13722367