JSFiddle - React, Tailwind, and code Playground

by nfreitas

HTML

<script src="http://santarosa.edu/~jperetz/fall2012/js/alert-errors.js"></script>

JavaScript

a = 3
b = 5

if (a == b) a = 4
else a = 6

document.write(a)