How to loop through Buffers in Node.js?
Originally posted here!
To loop through a Buffer instance we can use the entries() method available in the buffer instance with the for...of looping statement.
Let's say we have a Buffer instance with String Hello World! like his,
// Buffer instance...
melvingeorge-me.hashnode.dev3 min read