This file contains hidden or 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
Event Names | |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
HANDLING EVENTS | |
Method 1. | |
------------- | |
<button onclick="alert('Hello, World');">Some JS</button> | |
Method 2. |
This file contains hidden or 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
============================================ | |
# TYPE OF NODES | |
---------------- | |
1. Element Node | |
2. Attribure Node | |
3. Text Node | |
++++++++++++++++++++++++++++++++++++++++ | |
## Target on Elements | |
++++++++++++++++++++++++++++++++++++++++ |
This file contains hidden or 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
* git remote -v //shows all remote sources | |
* git remote set-url origin <<link>> | |
* git remote add origin https://github.com/try-git/try_git.git | |
* git push -u origin master | |
* git pull origin master | |
* git diff HEAD | |
//compare with staged files | |
* git diff --staged | |
//unstage | |
* git reset octofamily/octodog.txt |
NewerOlder