The experimental pipeline operator | (currently at stage 1) pipes the value of an expression into a function. This allows the creation of chained function calls in a readable manner. The result is syntactic sugar in which a function call with a single arg... (more…)
Read more »
This week we chatted with Kahlil Lechelt about mentorship. What types of mentorships are there, what makes a successful mentorship, and where can you find a mentor? (more…)
Read more »
image credit: Work Hard by Uran No lingo. Written for humans. With code snippets. In 5 minutes. The purpose of lingo is to encapsulate a particular idea into a nice and compact word. However, meaning is lost if you don’t understand what the word means. In... (more…)
Read more »
What is new features in ES2019 ECMAScript 2019. Object.fromEntries() Transforming data from one format to another is very common in JavaScript. trimStart() and trimEnd() flat() and flatMap() Description property for Symbol objects. (more…)
Read more »