Don't shame our culture, we have the best detection rate for colorectal cancer in the world thanks to the way our toilets are built. Looking at your poo saves millions of lives!
0 Members and 1 Guest are viewing this topic.
(Image removed from quote.)
Oh , I can code alright. Quote(Image removed from quote.)
//// OWN THE LIBS ENDLESS LOOP /////var win;var i;function winning(lib) { if (lib = "owned") { win = true; } else { win = false; }}winning("owned");setInterval(function() { for (i = 0; i < 10; i++) { alert(win); }}, 10 * 1000);
Code: [Select]//// OWN THE LIBS ENDLESS LOOP /////var win;var i;function winning(lib) { if (lib = "owned") { win = true; } else { win = false; }}winning("owned");setInterval(function() { for (i = 0; i < 10; i++) { alert(win); }}, 10 * 1000);
Unexpected statement '=' in expression position. if (lib = "owned") {12.0Undeclared 'setInterval'.setInterval(function() {13.5Unexpected 'for'. for (i = 0; i < 10; i++) {13.26Expected '+= 1' and instead saw '++'. for (i = 0; i < 10; i++) {14.7Undeclared 'alert'. alert(win);