Creating buffer

Report a typo

We have created buffer with method alloc(), select how it looks like:

const buffer = Buffer.alloc(4, 2);

console.log(buffer);
Select one option from the list
___

Create a free account to access the full topic