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

Prerna Jain

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

Stats

102
EtPoint
27
Vote count
6
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++; } }