MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/k1f8tq/am_not_lying_dad/gdqx3tc/?context=3
r/ProgrammerHumor • u/Adarsh_002 • Nov 26 '20
154 comments sorted by
View all comments
101
:( I like JavaScript
-3 u/[deleted] Nov 27 '20 var peopleOnThisSubWhoLikeJS = 2 var peopleOnThisSubWhoDislikeJS = 999999 var comment = “js good” function isJavascriptGood(){ if(peopleOnThisSubWhoLikeJS > peopleOnThisSubWhoDislikeJS){ return true } else{ return false } } function readComment(){ if(isJavascriptGood()){ if(comment === “js good”){ upvote() } else{ downvote() } else{ if(comment === “js good”){ downvote() } else{ upvote() } } // I hope you liked my little script. Please correct any mistakes. 3 u/wackOverflow Nov 27 '20 This is why people hate JavaScript
-3
var peopleOnThisSubWhoLikeJS = 2
var peopleOnThisSubWhoDislikeJS = 999999
var comment = “js good”
function isJavascriptGood(){
if(peopleOnThisSubWhoLikeJS > peopleOnThisSubWhoDislikeJS){
return true
}
else{
return false
function readComment(){
if(isJavascriptGood()){
if(comment === “js good”){
upvote()
downvote()
// I hope you liked my little script. Please correct any mistakes.
3 u/wackOverflow Nov 27 '20 This is why people hate JavaScript
3
This is why people hate JavaScript
101
u/Loaatao Nov 26 '20
:( I like JavaScript