Beautiful JavaScript Contest

At CodeFights, we love JavaScript! We’re spreading the love with our first-ever Beautiful JS contest, where your elegant code can win you awesome prizes. Read more

Similar

JavaScript Pipeline Operator

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 »

Major JavaScript Concepts Explained Simply

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 »

JavaScript’s New Features in 2020

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 »