Posts by BrunoTerroLive Habbo • 3 points
1 post
-
0
votes1
answer1773
viewsQ: What is the Javascript "Return" function for?
One of the functions I hate the most is the "Return" because I don’t understand what she does or didn’t do: var quarter = function(number){ number / 4; } if (quarter(12) % 3 === 0 ) { console.log("A…