Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dumistefanlex

  1. dumistefanlex

    What is wrog?

    You are right appologize fot this. thanks
  2. dumistefanlex

    What is wrog?

    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!')
  3. dumistefanlex

    What is wrog?

    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?
  4. dumistefanlex

    What is wrog?

    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

Part and Inventory Search

Back
Top