JSFiddle - React, Tailwind, and code Playground

by pierian_design

JavaScript

var delta = 1;
var front = (delta % 2 != 0);

console.log(front);