We have created buffer with method alloc(), select how it looks like:
const buffer = Buffer.alloc(4, 2);
console.log(buffer);We have created buffer with method alloc(), select how it looks like:
const buffer = Buffer.alloc(4, 2);
console.log(buffer);Create a free account to access the full topic