JSFiddle - React, Tailwind, and code Playground
by Nick Hulea
JavaScript
let sum = 0
let del = 1
let ap = 1
let x = 5
console.log(sum += del *= x / ++ap);
by Nick Hulea
let sum = 0
let del = 1
let ap = 1
let x = 5
console.log(sum += del *= x / ++ap);