const floatArray = new Float64Array(4); floatArray[3] = 3.0; var normalArray = Array.from(floatArray); // this here console.log(normalArray);