Write below, what will be in the console.log :
let buffer1 = Buffer.from('Hyperskill');
let slicedBuffer = buffer.slice(5,10);
console.log(slicedBuffer.toString());Write below, what will be in the console.log :
let buffer1 = Buffer.from('Hyperskill');
let slicedBuffer = buffer.slice(5,10);
console.log(slicedBuffer.toString());Create a free account to access the full topic