JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

JavaScript

goodanswer = 42;

if (goodanswer+1 != 42) {
        console.log("it is good");
} else {
        console.log("it is not good");
}