공짜 모닝 커피.jpg

from reddit
// If you can read this code, you could probably use a free cup of coffee.
var your_drink;
var reverse = function (s) {
return s.split("").reverse().join("");
};
var barista = {
str1: "ion",
str2: reverse("rcne"),
str3: "ypt",
request: function (preference) {
return preference + " Secret word: " + this.str2 + this.str3 + this.str1;
}
};
barista.request(your_drink);활기찬 금요일을 위해 호로록
