<script> let length = 50; const arr = Array.from({length}, _ => length--); document.write(JSON.stringify(arr, "", 4)) </script>