how to create array with all null values in js code example Example: javascript create array with null values const arr = new Array(5).fill(null);