Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Francesco
111
reputation
1
7
Italy
Member since
December 23 2020
18 profile views
Last seen
May 04 '23 at 17:09
var coffee = new Coffee(); if(coffee.empty) { coffee.refill(); } else { coffee.drink(); }