JSFiddle - React, Tailwind, and code Playground

by nfreitas

HTML

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

JavaScript

// This is valid JavaScript that will execute without errors.
// However, it uses a style that is highly discouraged.

a = 3
b = 5

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

document.write(a)