This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:javascript_cheat_sheet [2026/07/20 21:30] 103.76.241.67 old revision restored (2026/06/15 13:14) |
notes:javascript_cheat_sheet [2026/07/25 23:00] (current) 41.90.40.179 old revision restored (2026/07/05 05:22) |
||
|---|---|---|---|
| Line 62: | Line 62: | ||
| * onkeydown, onkeypress, onkeyup | * onkeydown, onkeypress, onkeyup | ||
| * onmousedown, | * onmousedown, | ||
| - | |||
| - | ==== JavaScript Object ==== | ||
| - | * JavaScript is an Object Oriented Programming Language. | ||
| - | * Objects have properties and methods. new Date() creates a Date object (with today' | ||
| - | * String objects have a length property and methods including: indexOf, match, replace | ||
| - | * Date objects include methods: getTime(epoch), | ||
| - | * Date objects can be compared using <, > . | ||