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);
1.4m articles
1.4m replys
5 comments
57.0k users