Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.29 KB

DOM Practice

These are some of basic Javascript exercises.

Bottons

When the button is clicked my name will appear

Mouse Over

When the mouse hovers over the bulb image light is on, when the mouse leaves light is off

Toggle

When the toggle button is on "Hello World" appears, and disappears when toggle is off.

Lists

Writing a hobby in the input area and clicking on 'Add' button will add your hobby to the List. If the input area is empty clicking 'Add' button will result into alert message 'Please fill in the field'.

Lists2

Delete items from the Lists

Validate

The form validates the input to be at least 3 characters

Prerequisites:

Before you continue, ensure you have met the following requirements:

  • You have basic understanding of HTML, CSS, Bootstrap and Javascript
  • You have installed the latest version of Visual Code

Contributing to dom-exercises

To contribute follow these steps:

  • Fork this repository.
  • Create a branch: git checkout -b <branch_name>.
  • Make your changes and commit them: git commit -m '<commit_message>'
  • Push to the original branch: git push origin <project_name>/
  • Create the pull request.
  • Alternatively see the GitHub documentation on creating a pull request.

Found a bug?

Reach me at irina.kose@gmail.com