Skip to content

Latest commit

 

History

History

402-DOM-Manipulation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercises AdvanceJS-402-01

  1. Let's perform some fun exercises and rename Google search to Geekster Search using DOM Manipulation in console.


Exercises AdvanceJS-402-02

  1. Create an image element dynamically using JavaScript. Given an HTML element, the task is to create an element and append it to the document using JavaScript. when someone clicks on the button then the element created.

Before button click

After button click


Exercises AdvanceJS-402-03

  1. Lets make a simple shopping list example that allows you to dynamically add items to the list using a form input and button. When you add an item to the input and press the button:
  • The item should appear in the list.
  • Each item should be given a button that can be pressed to delete that item off the list.
  • The input should be emptied and focused ready for you to enter another item.

After button click

Steps to submit your assignments

  • Complete the assignments listed above in respective folders.
  • Push the assignments.
  • Add the link in ./../README.md