Stack Exchange
Software Engineering Stack Exchange
Questions
Tags
Users
About
Software Engineering Stack Exchange
Public
Questions
Tags
Users
About
Nigel Thomas
243
reputation
Bangalore, India
Member since
October 17 2012
33 profile views
Last seen
Jun 14 '22 at 05:52
code(){
if(testPassed) {
code();
}
else code();
}