demo_met_buffer_lastindexof.js:
var buf = Buffer.from('Hello, and welcome to Rome!'); console.log(buf.lastIndexOf('e'));
C:\Users\My Name>node demo_met_buffer_lastindexof.js
25