JSFiddle - React, Tailwind, and code Playground

by tmyie

HTML

<p>3</p>

JavaScript

var n = 3;
targetNumber = 953;
console.log(n);
var calc = 100 / n;
calc.toString;
console.log(calc.toString);
console.log('+=' +  100 / targetNumber);