Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
JS96185077y@heyheni inside there isn't the same beer, I don't change the glass as like as I change the cape of the devDuck based on the language I'm using. ๐
It's actually a Tuborg. ๐ -
@JS96 ๐ฒ tuborg pils is one my favorite... but i only get to drink it when i visit denmark.
-
function Beer(numOfBeers) {
var self = this;
self.numOfBeers = numOfBeers;
if (numOfBeers >= 20) throw 'no one can possibly drink ' + numOfBeers + ' beers';
if (numOfBeers <= 0) throw 'YOU DON\'T LIKE BEER?';
self.drink = function () {
self.numOfBeers -= 1;
if (self.numOfBeers > 0) {
return 'you have drank a beer, ' + self.numOfBeers + ' beers remain';
} else {
return 'you\'re drunk, go home';
}
};
}
var numOfBeers = 5;
var beer = new Beer(numOfBeers);
for (var i = 0; i < numOfBeers; i++) {
console.log(beer.drink());
} -
JS96185077y@heyheni oh, you mean "Tuborg Pils" (I never tried it unfortunately, isn't available here either), for a moment I thought Tuborg in general. ๐
-
JS96185077y@CozyPlanes An old LG E2360V:
http://lg.com/uk/monitors/...
I bought it a lot of years ago, so you probably won't find it new. -
Scipio6957yNothing better than drinking at night...
..not sleeping, drinking through the night, in the morning, noon...
Later. It’s night time again. -
coding while drunk looks intriguing
outcome 1: what the actual fuck was I thinking last night
outcome 2: I AM A GENIUS. ALCOHOLISM WILL PROPEL MY CAREER -
aaxa24267yI don't get the excitement over a Tuborg ๐ I'm from Denmark, and it's absolutely garbage compared to what you can get for a little more money.
But looks good anyway! I prefer rum over beer though -
@aaxa Tuborg Classic er den bedeste verdags øl i verden! ok!!!? ๐คจ
yeah but your right... ToØl is awesome craftbeer from copenhagen.
and Omnipollo from Skåne ๐
https://goo.gl/5P5WrH
To Øl
https://goo.gl/n6nqts
Omnipollo
Related Rants
Nothing better than coding at night. ๐
undefined
night
coding