Sorry. Was only half paying attention when I responded to this earlier. It looks and behaves just like destructuring, but when working with imports the process is called "named imports". In ES Modules same thing. import { msg } from './teststeve2'; Looks and acts like destructuring but is called "named imports".
Every explanation is perfect, Thank you very much!
best explaining but can explain server less
Sorry no tutorials on serverless yet
Another very cool tutorial!
Simple and easy to follow. Thank you so much!
const { msg } = require('teststeve2')
is called destructuring.
Sorry. Was only half paying attention when I responded to this earlier. It looks and behaves just like destructuring, but when working with imports the process is called "named imports".
In ES Modules same thing.
import { msg } from './teststeve2';
Looks and acts like destructuring but is called "named imports".
Great video, thanks!
Really very simple