Recommend this page to a friend! |
Classes of Chi Hoang | > | Observer Pattern | > | example.js | > | Download |
|
|
![]() |
window.onload = function ready () { cd = new Timer(new List()); for (var i=0;i<10;i++) { cd.AddBox(new Subject(Math.floor((Math.random() * 10) + 1))); } } |