Prototype Try.these

| | Comments (0)

Läste lite om JavaScript biblioteket Prototype och hittade att det tillför en funktion som heter try.these och ett exempel kan se ut så här:

return Try.these(
function() {
alert("first");
jkgjhgjhg //intentional error
alert("firsterror");
return 1;
},
function() {
alert("second");
return 2;
}
);
Där den helt enkelt testar olika block av kod och om det blir fel så testar den nästa.

Det ger en helt ny tolkning av "trial and error". :)

Leave a comment

Monthly Archives

Pages

Powered by Movable Type 4.34-en

About this Entry

This page contains a single entry by Peter Parnes published on februari 25, 2006 3:49 EM.

Peter Stormare gör reklam was the previous entry in this blog.

Thelma Project Webplats is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.