Question - What is the buffer class in Node.js? 
          
        
        Answer - 
        
Buffer class stores raw data similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. Buffer class is used because pure JavaScript is not compatible with binary data