-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# JAVASCRIPT DOM | ||
|
||
**JAVASCRIPT DOM (Document Object Model)** - Ini merupakan repositori dari implementasi materi javascript DOM (Documnet Object Model) yang ada pada playlist youtube channel [Web Progrramming Unpas](https://www.youtube.com/playlist?list=PLFIM0718LjIWB3YRoQbQh82ZewAGtE2-3) mulai dari pertemuan 1 - 14. Dibuat sebagai backup dan dokumentasi saya pribadi untuk pembelajaran PHP dasar | ||
|
||
![Author](https://img.shields.io/badge/made%20by-Ardywsptr-blue) | ||
![GitHub followers](https://img.shields.io/github/followers/Ardywsptr?style=social) | ||
![GitHub watches](https://img.shields.io/github/stars/Ardywsptr/javascript-dom?style=social) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/Ardywsptr/javascript-dom) | ||
|
||
<br clear="both"> | ||
|
||
## Materi yang dipelajari : | ||
|
||
* **DOM Tree** | ||
* **DOM Selection** | ||
* **DOM Manipulation** | ||
* **DOM Events** | ||
* **Studi Kasus DOM (Bermain Dengan Warna)** | ||
* **Studi Kasus DOM (Game Suwit Jawa)** | ||
* **DOM Traversal** | ||
* **Prevent Default** | ||
* **Event Bubbling** | ||
* **Studi Kasus DOM & Events (Membuat Image Gallery)** | ||
|
||
<br clear="both"> | ||
|
||
## Requierement : | ||
|
||
* **Code Editor** | ||
* **Web Browser** | ||
|
||
<br clear="both"> | ||
<br clear="both"> | ||
|
||
> Jika ada pertanyaan atau issue, kunjungi [new issue](https://github.com/Ardywsptr/javascript-dom/issues/new) | ||
> | ||
>Jika dokumentasi ini bermanfaat mari berteman dengan menekan tombol follow pada [profile](https://github.com/Ardywsptr) ini ☺☺☺ | ||
<br clear="both"> | ||
|
||
Big Thanks for [WPU](https://www.youtube.com/@sandhikagalihWPU) |