Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 345 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 345 Bytes

Document Object Model a.k.a DOM Methods using JavaScript

  • Task 1: Write the removeColor() function which in the console will print the currently selected from the list and will be deleted from it.
  • Task 2: Clicking a button on the page will display an image.
  • Task 3: Manipulate with HTML elements.
  • Task 4: Complex number calculations.