function randomPassword() {
let letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
let digits = '0123456789';
let punctuation = '!"#$%&\'()\*+,-./:;<=>?@[\\]^_`{|}~';
let s = letters.repeat(7) + digits.repeat(4) + punctuation.repeat(3);
let length = 14;
let res = Array.from({length}, (() => s[randomInt(s.length)])).join('');
debugger; // どうぞ
return res;
}
Interesting. I tip at Starbucks always but almost never at Dunks.
I have no fully acceptable-to-me rational explanation for this arbitrary-seeming difference. I can concoct a backwards justification, but I very rarely go to either, so I haven't had to unravel this mystery.
Those arbitrary-seeming differences are everywhere once you try to justify who gets tips and who doesn’t. Pretty much every justification of why tips are great applies to jobs that don’t get tips, and vice versa.
This has only been true for about the past 50 years, when vitamin B12 was synthesized. There's no plant source for the vitamin. And I'm not even sure the vegans call a vegan diet "easy".