Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Principles of javascript variable naming and common variable naming methods

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the "javascript variable naming principles and common variable naming methods" related knowledge, in the actual case operation process, many people will encounter such a dilemma, and then let the editor lead you to learn how to deal with these situations! I hope you can read it carefully and be able to achieve something!

1. Strictly case-sensitive.

2. It can only contain letters, numbers and underscores, but not spaces and other punctuation marks.

3. You must start with letters or underscores, not numbers.

4. Keywords and reserved words cannot be used as variable names.

Try to avoid using meaningless names.

The common naming methods of variable names are Hungarian naming, hump naming and Pascal naming.

Hungarian nomenclature

Hungarian nomenclature is a kind of variable naming rule in computer programming, which can be subdivided into systematic Hungarian nomenclature and Hungarian application nomenclature.

Hump nomenclature

When the variable name and function name are unique identifiers formed by two or more words linked together, the use of "hump case" can increase the readability of variables and functions.

Pascal nomenclature

Pascal naming method (Pascal Case, Pascal naming method / Pascal naming method), a set of naming rules (conventions) for computer programming.

So much for the introduction of "javascript variable naming principles and common variable naming methods". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development