let buf = Buffer.alloc(15); buf.fill('a'); console.log(buf);
<Buffer 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61>