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.
- Host: GitHub
- URL: https://github.com/danielc92/javascript-basics
- Owner: danielc92
- Created: 2019-05-20T01:03:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T01:22:33.000Z (about 7 years ago)
- Last Synced: 2025-10-25T22:10:37.135Z (8 months ago)
- Topics: javascript, learning-by-doing
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)