An open API service indexing awesome lists of open source software.

https://github.com/danielc92/javascript-basics

Attempting basic Javascript exercises relating to HTML DOM. Goal is learn some core javascript to aid in web development and also to help understand inner workings of off the shelf javascript libraries commonly used in websites.
https://github.com/danielc92/javascript-basics

javascript learning-by-doing

Last synced: 2 months ago
JSON representation

Attempting basic Javascript exercises relating to HTML DOM. Goal is learn some core javascript to aid in web development and also to help understand inner workings of off the shelf javascript libraries commonly used in websites.

Awesome Lists containing this project

README

          

# Javascript HTML DOM
Attempting basic Javascript exercises relating to HTML DOM. Goal is learn some core javascript to aid in web development and also to help understand inner workings of off the shelf javascript libraries commonly used in websites.

# Before you get started
- HTML Structure
- Selecting HTML elements
- Changing style of HTML elements
- Changing text of HTML elements
- Creating and accessing functions (onclick)
- Accessing and changing attribute values (eg. src, height, width)

# Setup
**How to obtain this repository:**
```sh
git clone https//link.to.this.projects.git-repo
```
# Tests
- Tests performed on this project. What did you do? Which files were used? Was it successful?

# Contributors
- Daniel Corcoran

# Sources
- [w3schools Javascript reference](https://www.w3schools.com/)
- [Mozilla Javascript reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)