can you help me with this code? I'm new here, I'm still lost how to write code here.
function get_array(){
var arr [];
`enter code here`
return arr[];
}
can you help me with this code? I'm new here, I'm still lost how to write code here.
function get_array(){
var arr [];
`enter code here`
return arr[];
}
const arr = new Array(255).fill(0).map((el, i) => i + 1);