Page 1 of 1

The tag for comments is there. Usually, just use

Posted: Thu Jan 23, 2025 6:24 am
by sohanuzzaman54
Some types of characters such as spaces, enter, and tab do not affect the program being created. As long as the type of syntax created is correct, such things are ignored. The use of enter, tab, and space is usually done for aesthetic purposes and to make it look neat.

6) Writing Comments
Writing a program with thousands or even tens of thousands of lines or lines will be very prone to errors. That is why the comment element is needed to mark each part of the program. So, when checking can go directly to the right part.

ollowed by the content of the comment. For example, list of norway cell phone numbers This section is the opening of the program ”. This section will not be detected by the browser so that it does not interfere with the program as a whole.

b. JavaScript Data Types
Data types in javascript are varied and used in different functions or programs. The program consists of:

String , in the form of plain text.
Number , in the form of numbers.
Boolean , in the form of true and false statements.
Array , stores more than one value.
Function , creates certain rules by utilizing variable types.
2. Studying NPM
NPM or Node Package Manager is a tool or other tool that is closely related to javascript. By using NPM, various javascript needs for websites or maybe other platforms can run well.

In general, NPM has two major functions:

NPM is used as a repository . The function of this repository is to publish various open source projects using Node.js. This means that it can be used offline and is suitable for full stack developers .
Used for command line tools . With this tool, you can create programs that are used for platforms or devices that are connected online such as websites and servers.
3. Learning Javascript ES6
ES6 has a little difference with general javascript. However, it must be learned because it will be related to each other. Moreover, when creating a program, you will use a lot of javascript libraries. With ES6, program creation can run more easily.