This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Create Item Pseudo Code | |
| 1. Create a jQuery function to listens for clicks on the submit button. | |
| Check/Uncheck Items Pseudo Code | |
| 1. Create a jQuery function to check and un check new or existing items when the "Check" button is pressed. | |
| 2. The status of the check should be evaluated as checked or unchecked. | |
| Delete Items Pseudo Code | |
| 1. Create a jQuery function to delete an item upon clicking the "Delete" button | |
| 2. The status of the delete needs to be verified. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dec 17 | |
| Create it git repo | |
| created new repo in 4:26 second. - Starting from terminal. | |
| created a new repo in 4:12 - Starting from terminal. | |
| created a new repo in 3:16 - Starting from github. | |
| key value pairs question. Updated to show all the key value pairs in the return. | |
| write a function that accepts an array and returns the some from an argument. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Interactive Web Apps Module | |
| Five questions. | |
| 1 What is JQuery - | |
| 2 What can it do - It allows for the modification of the current html of the page being viewed. | |
| 3 Where can I use it - I can use it in the brower and via web based interfaces | |
| 4 What are is limitations - | |
| 5 Does it render the same in all browsers. - It does not each browsers has its own Document Object Model |
NewerOlder