Node JS "let" command questions / quirks

Not 2, but 3.

Using let, vs const vs var has absolutely nothing to do with MongoDB.

They are pure JavaScript concepts.

You may start with

  1. let - JavaScript | MDN,
  2. const - JavaScript | MDN
  3. and var - JavaScript | MDN