У нас вы можете посмотреть бесплатно Deno and Modules | Deno Series или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this second episode of the Deno series, I want to talk about modules. If you're coming from Node, you might be surprised how Deno deals with modules, if you're coming from the browser, not so much. Deno implements the ES modules specifications, which means we're importing stuff, not requiring stuff. Working with ES modules is great because it means that Deno code can be ported to modern browser -- it isn't the case with Node code. If you want to talk with the community, you should join the Discord server: / discord If you need to scratch that itch to sponsor me, follow that link: https://github.com/sponsors/sebastien... Or, if you'd rather sponsor the Deno community at large, follow this link: https://github.com/sponsors/denoland At any rate, you should really subscribe to this channel and like the video. Are you still reading this? I love you!