JSFiddle - React, Tailwind, and code Playground

by Graham Fairweather

JavaScript

var x = 003050,
    y = ('000000' + x.toString(8)).slice(-6);

console.log(y);