<script> const length = 9; const ar = Array.from({length}, (_, i) => i); document.write(JSON.stringify(ar, "", " ")); </script>