JSFiddle - React, Tailwind, and code Playground

by criptkiller

JavaScript

var explode = "split",
    white = /\s/g,
    letrasHEX = "A B C D E F 9 8 7 6 5 4 3 2 1 0" [explode](white);

var arrHex = [];
// how i can retriver all value hexdecimal in an array "arrHex" ?