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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Ping Pong With Javascript</title> | |
| <style type="text/css"> | |
| @import'main.css'; | |
| @import'reset.css'; | |
| </style> | |
| </head> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Ping Pong With Javascript</title> | |
| <style type="text/css"> | |
| @import'main.css'; | |
| </style> | |
| </head> | |
| <body> |
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
| Object class > Cat class > (inheritance) Van Kedisi class, Mavi Rus Kedisi class, Fars Kedisi class | |
| Object class > Car class > (inheritance) Mercedes class, Audi Kedisi class, Renault class | |
| Object class > Human class > ... | |
| Object class > Tree class > ... |
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
| Nesne Özellik | Nesne Davranış | |
| kedi renk | kedi uyumak() | |
| insan boy | insan yürümek() |
NewerOlder