JSFiddle - React, Tailwind, and code Playground
by Town
JavaScript
let total = parseFloat(5156490) * 1000
let total_unfiddled = "5156490"
console.log("total", total)
console.log("total_unfiddled", total_unfiddled)
let reading = {}
reading.phase = "L1"
console.log("Phase", reading.Phase)
console.log("phase", reading.phase)