When the situation calls for it, you must be prepared to employ the ancient art of discreetly staring down your coworker. A delicate dance of eye contact and calculated awkwardness.
Key Principles:
Example Use Cases:
// Discreetly stare down your coworker
// (function() {
// var stareDuration = 10000;
// var stareIntensity = 0.5;
// while (stareDuration > 0) {
// // Stare intensely for 10 seconds
// console.log('I am staring intensely at you');
// stareDuration -= 100;
// }
// })();