learning javascript

difference between let vs var vs const

default exports

'export default' is used if you want to export a single thing for a module.
In default export the naming of import is completely independent and we can use any name we like.