Node.js Node Module System (refs): Difference between revisions

From WikiMLT
mNo edit summary
m (Стадий: 1 [Фаза:Идентифициране, Статус:Създаване]; Категория:JavaScript)
Line 1: Line 1:
<noinclude><!--[[Category:JavaScript|?]]-->{{ContentArticleHeader/JavaScript}}</noinclude>
== References ==
* [https://codewithmosh.com/p/object-oriented-programming-in-javascript Code with Mosh: The Ultimate JavaScript Mastery Series - Part 2]
* [https://www.w3schools.com/js/default.asp W3School: JavaScript Tutorial]
== Section 1 ==
...
== References ==
== References ==


Line 21: Line 29:


== Global Object ==
== Global Object ==
<noinclude>
<div id='devStage'>
{{devStage
| Прндл  = JavaScript
| Стадий = 1
| Фаза  = Идентифициране
| Статус = Създаване
| ИдтПт  = {{REVISIONUSER}}
| ИдтДт  = {{Today}}
| ИдтРв  = {{REVISIONID}}
}}
</div>
</noinclude>

Revision as of 14:22, 1 August 2022

Ref­er­ences

Sec­tion 1

Ref­er­ences

In­tro­duc­tion

Con­sid­er mod­ules to be the same as JavaScript li­braries. A set of func­tions you want to in­clude in your ap­pli­ca­tion. There is a num­ber of mod­ules that are build-in the core of Node. Such mod­ules are:

Al­so we could cre­ate our own mod­ules.

Glob­al Ob­ject