See more
…Java applications is to write dumb code — code that is straightforward, clean, and follows the most obvious object-oriented principles.
let a = [1, 2, 3].reduce((acc, current) => acc + current);console.log(a); // 6
As awesome as we are, there are times that our introversion gets in our way. When we need to introduce ourselves to strangers. When someone wants to make small talk with us in an el…