JSFiddle - React, Tailwind, and code Playground

by Graham Fairweather

JavaScript

var binary = (-3 >>> 0).toString(2); // coerced to uint32

console.log(binary);

console.log(parseInt(binary, 2) >> 0); // to int32