Recommend this page to a friend! |
Classes of Chi Hoang | > | Observer Pattern | > | example.html | > | Download |
|
|
![]() |
<html> <head> <!--/* * Copyright (c) 2014 Chi Hoang * All rights reserved *//--> <meta charset="utf-8"> <title>Observer Pattern</title> </head> <body> <script src="observer.js"></script> <script src="example.js"></script> </head> <body> </body> </html> |