Every explanation is perfect, Thank you very much!
@chesterxp5083 жыл бұрын
Another very cool tutorial!
@learnandsharelive5 жыл бұрын
Simple and easy to follow. Thank you so much!
@yuliankarapetkov6 жыл бұрын
Great video, thanks!
@ShadabKhatib5 жыл бұрын
Really very simple
@sumitsinghchouhan79678 ай бұрын
best explaining but can explain server less
@SteveGriffith-Prof3ssorSt3v38 ай бұрын
Sorry no tutorials on serverless yet
@jasenmichael5 жыл бұрын
const { msg } = require('teststeve2') is called destructuring.
@SteveGriffith-Prof3ssorSt3v35 жыл бұрын
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".