Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Prerna Jain

Prerna Jain

Prerna Jain has asked 7 questions and find answers to 2 problems.

Stats

107
EtPoint
27
Vote count
7
questions
2
answers

About

#SOreadytohelp function programming(code) { var i = 0; while(i < ∞) { console.log('I hate programming! :( '); if(code.works) { console.log('I love programming! :P '); break; } i++; } }