In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "what is javascript grammar and how to use it". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "what is javascript grammar and how to use it".
JavaScript syntax is a set of rules that define the language structure of JavaScript, while JavaScript is a scripting language and a lightweight but powerful programming language.
This article operating environment: windows7 system, javascript1.8.5 version, Dell G3 computer.
What is the javascript syntax?
JavaScript syntax is a set of rules that define the language structure of JavaScript.
Var x, y _ Splash / how to declare the variable x = 7; y = 8 ~ * / how to assign z = x + y * / how to calculate the value
JavaScript value
The JavaScript statement defines two types of values: mixed values and variable values.
Mixed values are called literal quantities (literal). Variable values are called variables.
JavaScript literal quantity
The most important rule for writing mixed values is:
You can write a value with or without decimal point:
15.9010011
A string is text, enclosed in double or single quotation marks:
"Bill Gates" 'Bill Gates'
JavaScript variable
In a programming language, variables are used to store data values.
JavaScript uses the var keyword to declare variables.
The = sign is used to assign values to variables.
In this case, x is defined as a variable. Then, x is assigned a value of 7:
Thank you for your reading. The above is the content of "what is javascript grammar and how to use it". After the study of this article, I believe you have a deeper understanding of what javascript grammar is and how to use it, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.