Create Your Own NPM Modules

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ •

  • @rotrose7531
    @rotrose7531 4 роки тому +1

    Every explanation is perfect, Thank you very much!

  • @sumitsinghchouhan7967
    @sumitsinghchouhan7967 8 місяців тому

    best explaining but can explain server less

  • @chesterxp508
    @chesterxp508 3 роки тому

    Another very cool tutorial!

  • @learnandsharelive
    @learnandsharelive 5 років тому

    Simple and easy to follow. Thank you so much!

  • @jasenmichael
    @jasenmichael 5 років тому

    const { msg } = require('teststeve2')
    is called destructuring.

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  5 років тому +4

      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".

  • @yuliankarapetkov
    @yuliankarapetkov 6 років тому

    Great video, thanks!

  • @ShadabKhatib
    @ShadabKhatib 5 років тому

    Really very simple