WebAssignment

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:

After button click

Steps to submit your assignments