User profile: cloudEndeavor

User info
User name:cloudEndeavor
History
Joined:
Number of posts:5
Latest posts:

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...

constructors
when creating an object with a constructor, as far as i understand, we don't name the object. so how...

access variable outside for loop/function
thanks 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...