Thanks a lot
any help with what is missing here?
var mytest1 = new Test();
mytest1.setNumber( 2 )
var mytest2 = new Test();
mytest2.setNumber( 3 );
if( mytest1 + mytest2 == 5 ) alert('Works!')
Thanks a lot.
The code is supose to empty an array.
Could you helpm me wit also
function isLoggedIn(){
return
document.cookie.indexOf( 'userIsLoggedIn=true' );
}
??? is there anything wrong?
What is wrong with thids code?
function emptyArray(array){
for( i=0; i<array.length; i++){
delete array[i];
}
return array;
}
Colud you help me
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.