NRF
{BI} blog

{BI} blog

Follow
Series

JavaScript You Must Know (P1) - Essential Syntax

This series covers topics that every JavaScript developer must know and understand before they start with the latest framework out there (React, Angular, Next, Express). Part-1 here focuses on syntax.

Articles in this series

The Ternary Operator

Sep 26, 20214 min read

The ternary operator is simply a shorthand for an if...else statement. It is used very liberally by JavaScript developers (and developers of other...

The Ternary Operator
Rest and Spread
Template Literals
Destructuring
Arrow Functions