better way to write this if condition?like the title says and any resource on reducing repetitive code is appreciated. [code] if ( n...
constructors@keskiverto thank you for your fast reply. i will try this. im not too familiar with the new operato...
constructorswhen creating an object with a constructor, as far as i understand, we don't name the object. so how...
access variable outside for loop/functionthanks a lot. that was very helpful.
access variable outside for loop/function how do i access a variable initialized in a for loop or a function outside of it? in the code bel...