full free JavaScript crash course from scratch - part 37 | Modules, export, require, modular, oop

Опубликовано: 29 Июль 2026
на канале: webco programming
19
0

Learn javascript ,file system,Export file ( module.export ),import file ( require() ),Export function,multiple exports from one file,multiple import from one file,example ( class ),create oop object ( modular object ),multi file export,multi file import,import from folder,import from , export default (ES6),withone to use,class,class constructor,methods,constructor method,this in constructor


Hi everyone welcome to new video in this course were going to learn JavaScript from scratch and this is your first step into dynamic web developing and programming witch javascript is the soul of any website

I will be thankful if you write me your question or opinion about the video in the comments

0:00 intro
1:40 file system
2:49 Export file ( module.export )
3:35 import file ( require() )
3:52 Export function
4:17 multiple exports from one file
4:43 multiple import from one file
5:00 example ( class )
6:20 create oop object ( modular object )
6:54 multi file export
7:28 multi file import
7:43 import from folder
8:43 import from , export default (ES6)
9:30 witch one to use